GetRLSEmbedInfo
Retrieves embed parameters for a Power BI report with RLS applied, generating an embed token based on the workspace, report, dataset, and role information
get
Authorizations
Query parameters
workSpaceIdstringOptional
The workspace ID where the Power BI report is located.
reportIdstringOptional
The report ID for which the embed parameters are to be retrieved.
datasetIdstringOptional
The dataset ID associated with the Power BI report.
roleNamestringOptional
The name of the role to apply for Row-Level Security (RLS) in the Power BI report.
roleValuestringOptional
The value of the role to be applied for RLS in the Power BI report.
Responses
200
Success: Returns the embed parameters for the specified Power BI report with RLS.
400
Bad Request: Invalid or missing parameters in the request.
500
Internal Server Error: An error occurred while fetching the embed parameters.
get
GET /Embed/GetRLSEmbedInfo HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content