Skip to main content
POST
Attach a tenant to an organization

Path Parameters

Body Parameters

Example Request

Response

Returns a confirmation that the tenant has been added to the organization.
A tenant can only belong to one organization at a time. If the tenant is already associated with a different organization, the request returns a 409 Conflict error. Remove the tenant from the existing organization first.
After adding tenants, you can view consolidated billing data using the Consolidated MRR endpoint.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Path Parameters

id
string<uuid>
required

Body

application/json
tenant_id
string<uuid>
required

Response

Tenant attached.

status
string
Allowed value: "added"