Permission sets define what users in the account can do: which actions they are allowed to perform and which features they can access. Permission sets are app-specific, where apps are large parts of functionality, e.g., sales app, which allows accessing sales data, global permissions, which oversee cross-product features (for example contacts, insights, products) or account settings, which provides access to billing, user management, company settings and security center. Some permission sets with types such as admin and regular are pre-created for the account, while other custom ones can be created by users (depending on the tier the account is on).
Returns data about all permission sets.
/v1/permissionSets
app
string
The app to filter the permission sets by
Values
sales
projects
campaigns
global
account_settings
OK
Returns data about a specific permission set.
/v1/permissionSets/{id}
id
string
required
The ID of the permission set
OK
Returns the list of assignments for a permission set.
/v1/permissionSets/{id}/assignments
id
string
required
The ID of the permission set
start
integer
Pagination start
Default
0
limit
integer
Items shown per page
OK