Last updated 5 months ago
Enter the ID of an existing tenant.
Enter the ID of an existing user within the specified tenant.
Enum for tenant level roles.
Viewer
Contributor
Owner
Exporter
The requested API version
1.0
Class for represnting the Tenant admin details.
PUT /tenants/{tenantId}/users/{userId}/roles?role=Viewer HTTP/1.1 Host: Authorization: Bearer JWT Accept: */*
Success: Tenant-level role re-assigned to user successfully.
{ "userId": "123e4567-e89b-12d3-a456-426614174000", "tenantId": "123e4567-e89b-12d3-a456-426614174000", "role": "text" }