Create a tenant
POST
/system/v2/tenants
Platform support: MT and CC
Creates a new tenant with the provided configuration. Returns the full tenant object on success.
Request
Responses
- 201
- 400
- 401
- 403
- 409
- 500
Tenant created successfully
Invalid request
Unauthorized
Forbidden
Conflict — a tenant with the same code or SSO identifier already exists
Internal server error