Tenant - Checks tenant name availability
Authorizations
Path parameters
tenantIdstring · uuidRequired
Enter the ID of an existing tenant.
tenantNamestringRequired
Enter the name to check for availability when onboarding a tenant.
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Success: Name availability check successful; name may or may not be available.
404
Not Found: Indicates that the requested tenant does not exist.
500
Internal Server Error: An unexpected error occurred or a server timeout.
get
GET /tenants/{tenantId}/onboard/name/{tenantName}/availability HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"tenantName": "text",
"nameAvailable": true,
"reason": "Invalid"
}
PreviousTenant - Retrieves available workspaces for onboardingNextTenant - Checks updated tenant name availability
Last updated