Last updated 8 months ago
Expects Id of an existing tenant
Enum for tenant level roles.
Viewer
Contributor
Owner
Exporter
All
The requested API version
1.0
Class for represnting the Tenant admin details.
GET /tenants/{tenantId}/roles HTTP/1.1 Host: Authorization: Bearer JWT Accept: */*
Indicates successful retrieval of users with tenant level roles for the requested tenant
[ { "userId": "123e4567-e89b-12d3-a456-426614174000", "tenantId": "123e4567-e89b-12d3-a456-426614174000", "roleId": "123e4567-e89b-12d3-a456-426614174000" } ]