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
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Responses
200
Success: The user has modification access to the dataset.
400
Bad Request: The request is invalid, possibly due to missing or incorrect dataset information.
401
Unauthorized: The user does not have sufficient permissions to modify the dataset.
500
Internal Server Error: An unexpected error occurred while verifying user access.
get
GET /workspace/{workspaceId}/dataset/{datasetId}/permissions HTTP/1.1
Host: admin-embedfastdev-app.azurewebsites.net
Authorization: Bearer JWT
Accept: */*
No content
PreviousEdit Semantic Model - Deletes an existing relationship between two tables in a Power BI dataset withNextReport
Last updated