API ReferenceManagement
Role Management
Overview
Using the role management APIs enables administrators to manage their roles 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
Role Management:
- Load All Roles
- Search Roles
- Create Role
- Update Role
- Delete Role
- Batch Delete Roles
Examples
Example - create role and apply it to SSO Mapping
- Create a new role utilizing the Create Role API Endpoint
Example - create role and apply it to a user
- Create a new role utilizing the Create Role API Endpoint
- Utilize the new role to Create User, Update User, or Update User Add Roles
Was this helpful?