Power BI · Arazzo Workflow
Power BI Review and Adjust Workspace Access
Version 1.0.0
List a workspace's members, downgrade an over-privileged principal, remove a departed one, and confirm the final membership.
View Spec
View on GitHub
AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualizationArazzoWorkflows
Provider
Workflows
workspace-access-review
Run an access review pass over a workspace's membership.
Reads the current workspace members, downgrades one principal's access right, removes another principal, and reads the membership back to evidence the resulting state.
1
reviewMembers
getGroupUsers
Read the workspace's current membership and access rights. This is the "before" record the review is evaluated against.
2
adjustAccess
updateGroupUser
Reduce the over-privileged principal to the reviewed access right. The call returns 200 with no body, so the change is verified by reading back.
3
revokeAccess
deleteGroupUser
Remove the departed principal from the workspace entirely. Returns 200 with no body.
4
confirmAccess
getGroupUsers
Read the membership back so the downgrade and the revocation are both evidenced in the review record.