Tenants
Create a new Tenant.
Creates a new Tenant, optionally cloning an existing tenant if the clone query string parameter is provided.
post/tenants
Request body
Example request
{
"Clone": "Tenants-1",
"SpaceId": "Spaces-1"
}Response
Created
Example response
{
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.