Last updated 2 months ago
/tenants/{tenantId}
Enter the ID of an existing tenant.
Enter the updated name of the tenant.
The requested API version
Success: Tenant name updated successfully.
Not Found: Indicates that the requested tenant does not exist.
Internal Server Error: An unexpected error occurred or a server timeout.
curl -L \ --request PUT \ --url '/tenants/{tenantId}?displayName=text' \ --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 }