Last updated 8 months ago
Expects Id of an existing tenant
Expects Id of an existing user in requested tenant
Enum for tenant level roles.
Viewer
Contributor
Owner
Exporter
The requested API version
1.0
Class for represnting the Tenant admin details.
POST /tenants/{tenantId}/users/{userId}/roles?role=Viewer HTTP/1.1 Host: Authorization: Bearer JWT Accept: */*
Indicates successful assignment of tenant level role to user
{ "userId": "123e4567-e89b-12d3-a456-426614174000", "tenantId": "123e4567-e89b-12d3-a456-426614174000", "role": "text" }