Creates a new tenant with a unique name provided by the client.
POST/tenants
Authorization
Query parameters
Response
Success: Tenant created successfully.
Body
tenantIdstring (uuid)
A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the tenantId property.
tenantNamenullable string
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the tenantName property.
servicePrincipalProfileIdstring (uuid)
A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the servicePrincipalProfileId property.
capacityIdnullable string (uuid)
A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the capacityId property.
defaultThemeIdnullable string (uuid)
A public property of type nullable Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the DefaultThemeId property.