Create new MSP child tenant

Create a new child tenant under an MSP parent. The parent is specified via parentTenantID in the request body; the authenticated caller must have MSP-admin permission on that parent.

The type field should be set to MSP_CUSTOMER for child tenants managed by the MSP parent.

New child tenants are created in the ACTIVE state. Use the update endpoint to suspend (INACTIVE) or reactivate later.

After creation, use the MSP Tenant Settings endpoints to configure feature access for the child.

See MSP Customer Management for detailed MSP administration guidance.

Body Params
uuid
required
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$

Parent MSP tenant ID. The authenticated caller must have MSP-admin permission on this parent.

string
required
length ≥ 1

Tenant email domain

string
required
length ≥ 1

Tenant name

string
enum
required
Defaults to USD

Preferred Tenant currency code

string
enum
required

Tenant type (must be MSP_CUSTOMER for child tenants)

Allowed:
Responses

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