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:

  1. Load All Permissions
  2. Create Permission
  3. Update Permission
  4. Delete Permission

Examples

Example - Configure a new permission and apply it to a role

  1. Utilize the Create Permission api endpoint to create a new permission.
  2. Utilize the Create Role or Update Role api endpoints to apply the permission to a role.
Was this helpful?

On this page