API ReferenceManagement

Permission Management

Overview

The Permissions Management APIs let you programmatically manage permissions using a management key.

Management keys are generated from Company > Management Keys. Include the key in the Authorization header as a bearer token in the format <Project ID>:<Management Key>.

Use Cases

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

Examples

Example - create a permission and apply it to a role

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

On this page