Last updated 2 months ago
/tenants/{tenantId}/pbiUsers
Enter the ID of an existing tenant
The requested API version
Success: List of users of the workspace retrieved successfully.
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}/pbiUsers' \ --header 'Authorization: Bearer JWT'
{ "odatacontext": "text", "value": [ { "emailAddress": "text", "displayName": "text", "identifier": "text", "graphId": "text", "userType": "text", "principalType": {}, "profile": { "id": "123e4567-e89b-12d3-a456-426614174000", "displayName": "text" }, "groupUserAccessRight": {} } ] }