GetRLSRoles
Authorizations
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.
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
GET /RLS/GetRLSRoles?workspaceName=text&datasetName=text HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content