Get all permission sets

GET {{baseUrl}}/permissionSets?app=<string>

Returns data about all permission sets.

Request Params

KeyDatatypeRequiredDescription
appstringThe app to filter the permission sets by

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:[{&quot;id&quot;:&quot;62cc4d7f-4038-4352-abf3-a8c1c822b631&quot;,&quot;name&quot;:&quot;Deals admin&quot;,&quot;description&quot;:&quot;See and edit all sales data (deals, leads), manage company-level sales setup (such as lost reasons and pipelines)&quot;,&quot;app&quot;:&quot;sales&quot;,&quot;type&quot;:&quot;admin&quot;,&quot;assignment_count&quot;:1},{&quot;id&quot;:&quot;f07d229d-088a-4144-a40f-1fe64295d180&quot;,&quot;name&quot;:&quot;Deals regular user&quot;,&quot;description&quot;:&quot;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.&quot;,&quot;app&quot;:&quot;sales&quot;,&quot;type&quot;:&quot;regular&quot;,&quot;assignment_count&quot;:3},{&quot;id&quot;:&quot;233b7976-39bd-43a9-b305-ef3a2b0998e5&quot;,&quot;name&quot;:&quot;Global admin&quot;,&quot;description&quot;:&quot;See and edit all cross-product data (such as contacts, activities, reports) and access related features&quot;,&quot;app&quot;:&quot;global&quot;,&quot;type&quot;:&quot;admin&quot;,&quot;assignment_count&quot;:1},{&quot;id&quot;:&quot;ec8a42e5-1842-490d-9113-b3a3b4b1c0a9&quot;,&quot;name&quot;:&quot;Global regular user&quot;,&quot;description&quot;:&quot;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.&quot;,&quot;app&quot;:&quot;global&quot;,&quot;type&quot;:&quot;regular&quot;,&quot;assignment_count&quot;:2},{&quot;id&quot;:&quot;982c5ce5-b8ba-4b47-b102-9da024f4b990&quot;,&quot;name&quot;:&quot;Account settings&quot;,&quot;description&quot;:&quot;Access company account level features and setup (billing, security center, company settings, user management)&quot;,&quot;app&quot;:&quot;account_settings&quot;,&quot;type&quot;:&quot;admin&quot;,&quot;assignment_count&quot;:1}]}