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
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
200
Indicates that name availablility check was successful, name may or may not be available
get
GET /tenants/{tenantId}/update/name/{tenantName}/availability HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "tenantName": "text",
  "nameAvailable": true,
  "reason": "Invalid"
}

Last updated