Power BI · Arazzo Workflow
Power BI Provision a Workspace and Grant Access
Version 1.0.0
Create a workspace, add a principal with a specific access right, and verify the resulting membership.
View Spec
View on GitHub
AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualizationArazzoWorkflows
Provider
Workflows
workspace-provision-access
Create a workspace and grant a principal access to it.
Creates a new workspace, adds a principal at the requested access right, and confirms the membership by listing the workspace users.
1
createWorkspace
createGroup
Create the workspace. The service returns the generated workspace identifier, which every subsequent group-scoped call depends on.
2
grantAccess
addGroupUser
Grant the principal the requested access right on the new workspace. The call returns 200 with no body, so membership is verified by reading back.
3
verifyAccess
getGroupUsers
List the workspace users to confirm the grant was applied and to capture the resulting membership for the provisioning record.