GET
/v1/mgmt/permission/all
Load all permissions, using a valid management key.
This API endpoint returns details all permissions configured within the Descope instance. The response includes an array of permissions and these details of each permission:
- name
- description
- systemDefault
Next Steps
Once you have this data, you can utilize the response to Create Roles or Update Roles
See also
- See User Authorization for further details on managing roles and permissions.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<ProjectId:ManagementKey\>
Authorization
Authorization
RequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Status code | Description |
---|---|
200 | OK |
Was this helpful?