Get all permission sets
GET {{baseUrl}}/permissionSets?app=<string>
Returns data about all permission sets.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
app | string | The app to filter the permission sets by |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":[{"id":"62cc4d7f-4038-4352-abf3-a8c1c822b631","name":"Deals admin","description":"See and edit all sales data (deals, leads), manage company-level sales setup (such as lost reasons and pipelines)","app":"sales","type":"admin","assignment_count":1},{"id":"f07d229d-088a-4144-a40f-1fe64295d180","name":"Deals regular user","description":"Access to sales data (deals, leads) and available actions may be limited depending on the custom permission setup. This set is the default for new users.","app":"sales","type":"regular","assignment_count":3},{"id":"233b7976-39bd-43a9-b305-ef3a2b0998e5","name":"Global admin","description":"See and edit all cross-product data (such as contacts, activities, reports) and access related features","app":"global","type":"admin","assignment_count":1},{"id":"ec8a42e5-1842-490d-9113-b3a3b4b1c0a9","name":"Global regular user","description":"Access to cross-product data (such as contacts, activities, reports) and available actions may be limited depending on the custom permission setup. This set is the default for new users.","app":"global","type":"regular","assignment_count":2},{"id":"982c5ce5-b8ba-4b47-b102-9da024f4b990","name":"Account settings","description":"Access company account level features and setup (billing, security center, company settings, user management)","app":"account_settings","type":"admin","assignment_count":1}]}