API ReferenceManagement

Tenant Management API Overview

Overview

The Tenant Management APIs let you programmatically manage tenants 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 Tenants
  2. Load Tenant By ID
  3. Search Tenants
  4. Create Tenant
  5. Update Tenant
  6. Delete Tenant

Examples

Example - create a tenant

  1. Call the Create Tenant API endpoint to create the tenant with the desired configuration.
  2. Add users to the tenant with Update User Add Tenant, Update User, or Create User.
  3. Optionally, configure SSO for the tenant via the SSO Management API.

Example - update a tenant's settings

Use the Update Tenant API endpoint to update the tenant's name or selfProvisioningDomains.

Was this helpful?

On this page