Generate DAX - Validates if the user has the required permissions to modify a Power BI dataset within a specified workspace

Validates if the user has the required permissions to modify a Power BI dataset within a specified workspace.

post
Authorizations
Path parameters
workspaceIdstringRequired

Enter ID of the workspace for which the permissions are checked.

datasetIdstring · uuidRequired

Enter ID of an existing dataset

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
200
Success: The user has modification access to the dataset.
application/json
post
POST /workspace/{workspaceId}/dataset/{datasetId}/permissions HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "message": "text"
}

Last updated