Last updated 2 months ago
/tenants/{tenantId}
Enter the ID of an existing tenant
The requested API version
Success: Requested tenant details retrieved successfully.
Unauthorized: Invalid credentials or missing/invalid authentication token.
Not Found: Indicates that the requested tenant does not exist.
Internal Server Error: An unexpected error occurred or a server timeout.
curl -L \ --url '/tenants/{tenantId}' \ --header 'Authorization: Bearer JWT'
{ "tenantId": "123e4567-e89b-12d3-a456-426614174000", "tenantName": "text", "servicePrincipalProfileId": "123e4567-e89b-12d3-a456-426614174000", "capacityId": "123e4567-e89b-12d3-a456-426614174000", "defaultThemeId": null }