Tenant - Check if the updated name for the requested tenant is available

Checks if the updated name for the requested tenant is available or not

get
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
tenantIdstring · uuidRequired

Expects Id of an existing tenant

tenantNamestringRequired

Expects udpated name for tenant rename check

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
chevron-right
200

Indicates that name availablility check was successful, name may or may not be available

Class for name availablity.

tenantNamestring · nullableOptional

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 tenantId property.

nameAvailablebooleanOptional

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.

reasonstring · enumOptional

Enum for tenant name availablity.

Possible values:
get
/tenants/{tenantId}/update/name/{tenantName}/availability

Last updated