GetRLSRoles
Authorizations
AuthorizationstringRequired
Enter 'Bearer' followed by your JWT token
Query parameters
workspaceNamestringRequired
The name of the Power BI workspace.
datasetNamestringRequired
The name of the dataset within the specified workspace.
Responses
200
Success: Returns the list of RLS roles for the given workspace and dataset.
No content
400
Bad Request: The request failed due to invalid or missing parameters.
404
Not Found: The specified workspace or dataset could not be found.
500
Internal Server Error: An error occurred while retrieving RLS roles from Power BI.
get
/RLS/GetRLSRolesGET /RLS/GetRLSRoles?workspaceName=text&datasetName=text HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content