API ReferenceManagement
Permission Management
Overview
Using the permissions management APIs enables administrators to manage their permissions utilizing a management key.
Management keys are generated from Company > Management Keys. These keys will be used within the bearer token. The format is <Project ID>:<Management Key>
.
Use Cases
SSO Management:
- Load All Permissions
- Create Permission
- Update Permission
- Delete Permission
Examples
Example - Configure a new permission and apply it to a role
- Utilize the Create Permission api endpoint to create a new permission.
- Utilize the Create Role or Update Role api endpoints to apply the permission to a role.
Was this helpful?