Tenants
Create a tenant
Creates a new tenant and an associated organization for the specified owning organization. The tenant’s name is also used as the name of the newly created organization. Requires product_config_id. Optionally supports policy assignment.
POST
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the owning organization that will create the tenant
Maximum string length:
24Pattern:
^[0-9a-f]{24}$Body
application/json
Maximum string length:
512Maximum string length:
24Pattern:
^[0-9a-f]{24}$Maximum string length:
512Maximum string length:
512Maximum string length:
512Maximum string length:
512Maximum string length:
24Pattern:
^[0-9a-f]{24}$Response
Tenant and associated organization successfully created. Returns the created tenant resource.