Edit Semantic Model - Validates if the user has the required permissions to modify a Power BI datase

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

get
Authorizations
Path parameters
datasetIdstring · uuidRequired

Enter ID of an existing dataset

workspaceIdstringRequired
Query parameters
versionstringOptional

The requested API version

Default: 1.0
Header parameters
embedfast-user-idstringOptional

Optional User Id

Responses
200
Success: The user has modification access to the dataset.
get
GET /workspace/{workspaceId}/dataset/{datasetId}/permissions HTTP/1.1
Host: admin-embedfastdev-app.azurewebsites.net
Authorization: Bearer JWT
Accept: */*

No content

Last updated