Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

We have a very granular permission system that allows you permission up to individual objects (e.g. an audience) and fields (e.g. the name of an audience).

...


POST /<object_type>/grant

Description

Grant permission on object. Note: This service is embedded in the individual object endpoints, but is currently not yet available on all object types. Please reach out to tech@flxone.com if you need additional support. 

...

* You need to provide at least one user or one user group. You can also combined these in one call. 


POST /permission/index

Description

...

Parameters

NameTypeRequiredDescription
namestringYThe name
configurationstringYJSON configuration
user_group_idintNUser Group Id
descriptionstringNThe description

...