API ReferenceManagement
Tenant Management API Overview
Overview
Using the tenant management APIs enables administrators to manage their tenants 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
Tenant Management:
- Load All Tenants
- Load Tenant By ID
- Search Tenants
- Create Tenant
- Update Tenant
- Delete Tenant
Examples
Example - create tenant
- Utilize the Create Tenant api endpoint to create the tenant and apply the correct configuration to the tenant.
- You can then add users to the tenant via Update User Add Tenant, Update User, or Create User
- You can apply also sso configurations to the tenant via the SSO Management API
Example - update a tenants's settings
Utilize the Update Tenant api endpoint to update the name or selfProvisioningDomains settings of the tenant.
Was this helpful?