GetRLSRoles

Retrieves the Row-Level Security (RLS) roles for a specified Power BI workspace and dataset.

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

No content