GET /api/tenants/{name}/globallyavailable
/// Gets a value indicating if the tenant name is available or taken. Also checks that the name is available in Azure.
Request
Parameter | Description | Additional information |
---|---|---|
name | The name to test. | Define this parameter in the url. |
Response
Returns a value indicating if the name is available.
Example
{ "Name": "sample string 1", "IsAvailable": true }