Tenant - Checks updated tenant name availability

Checks the availability of an updated name for the requested tenant.

get
Authorizations
Path parameters
tenantIdstring · uuidRequired

Enter the ID of an existing tenant.

tenantNamestringRequired

Enter the updated name to check for availability when renaming a tenant.

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
200
Success: Name availability check successful; availability status may vary.
get
GET /tenants/{tenantId}/update/name/{tenantName}/availability HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "tenantName": "text",
  "nameAvailable": true,
  "reason": "Invalid"
}

Last updated