Tenant - Creates a new tenant
Authorizations
Query parameters
tenantNamestringRequired
Enter a unique name for the new tenant.
versionstringOptionalDefault:
The requested API version
1.0
Responses
201
Success: Tenant created successfully.
400
Bad Request: The request could not be processed due to invalid syntax or missing/incorrect parameters.
500
Internal Server Error: An unexpected error occurred or a server timeout.
post
POST /tenants?tenantName=text HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"tenantId": "123e4567-e89b-12d3-a456-426614174000",
"tenantName": "text",
"servicePrincipalProfileId": "123e4567-e89b-12d3-a456-426614174000",
"capacityId": "123e4567-e89b-12d3-a456-426614174000",
"defaultThemeId": "123e4567-e89b-12d3-a456-426614174000"
}
Last updated