Create Sub Tenant

Creates a new Sub Tenant for the Tenant. client_id is an optional param which represents the external id of the sub-tenant. There are two types of Sub-Tenants: with login or without login. If the Sub Tenant doesn't need to login, ignore first_name, last_name, email and password fields.

Body Params
string
required

This is the name of the sub-tenant

string

The external id of sub-tenant

string

The first name of the sub-tenant admin, it is only required if sub-tenant login is enabled.

string

The last name of the sub-tenant admin, it is only required if sub-tenant login is enabled

string

The email of the sub-tenant admin, it is only required if sub-tenant login is enabled

string

The password of the sub-tenant admin, it is only required if sub-tenant login is enabled. Password needs to be at least 8 characters, with lower case, upper case and letter.

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json