Create a new Tenant associated with a Service Provider Tenant
POST/api/management/v2/tenantadm/tenants
Create a new Tenant associated with a Service Provider Tenant
Request
Responses
- 202
- 400
- 403
- 409
- 422
- 500
Request to create tenant was accepted
Invalid Request.
Forbidden because the current tenant is not a service provider.
Tenant or admin user is duplicated.
Tenant limit for max child tenants exhausted.
Internal Server Error.