Create a new tenant.
POST/settings/tenants
Creates a new tenant, under which client credentials for API access can be created. Multiple clients can exist under a single tenant.
Upon creating a new tenant you will initially be the only member of the tenant, and have the admin role. You can then add other users.
This endpoint requires an interactive user. Management clients cannot create tenants.
Request
Responses
- 201
- 400
- 401
- 403
Organisation created and membership recorded
Invalid payload (missing or out-of-range organisationName), or a tenant with the generated ID already exists
Missing or invalid bearer token
Token does not carry the management:tenants:write scope