pbicli workspace
Commands
pbicli workspace create | Creates a Power BI workspace |
pbicli workspace delete | Delete a Power BI workspace |
pbicli workspace list | List Power BI workspaces the user has access to |
pbicli workspace show | Get detials of a Power BI workspace |
pbicli workspace user add | Grant access to a user or service pricipal |
pbicli workspace user delete | Revoke access of a user or service pricipal |
pbicli workspace user list | List user and service pricipal with access |
pbicli workspace user update | Update access of a user or service pricipal |
pbicli workspace create
Creates a Power BI workspace
pbicli workspace create [--workspace] [-w]
Parameters
--workspace -w <name>
Name of the Power BI workspace
pbicli workspace delete
Delete a Power BI workspace
pbicli workspace delete [--workspace] [-w]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace
pbicli workspace list
List Power BI workspaces the user has access to
pbicli workspace list
pbicli workspace show
Get detials of a Power BI workspace
pbicli workspace show [--workspace] [-w]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace
pbicli workspace user add
Grant access to a user or service pricipal
pbicli workspace user add [--workspace] [-w]
[--email]
[--identifier]
[--access-right]
[--principal-type]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace--email <email>
Email address of the user--identifier <identifier>
Identifier of the principal--access-right <right>
Access right. Allowed values: Admin, Contributor, Member, Viewer--principal-type <type>
Type of pricipal. Allowed values: App, User, Group, None
pbicli workspace user delete
Revoke access of a user or service pricipal
pbicli workspace user delete [--workspace] [-w]
[--email]
[--identifier]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace--email <email>
Email address of the user--identifier <identifier>
Identifier of the principal
pbicli workspace user list
List user and service pricipal with access
pbicli workspace user list [--workspace] [-w]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace
pbicli workspace user update
Update access of a user or service pricipal
pbicli workspace user update [--workspace] [-w]
[--email]
[--identifier]
[--access-right]
[--principal-type]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace--email <email>
Email address of the user--identifier <identifier>
Identifier of the principal--access-right <right>
Access right. Allowed values: Admin, Contributor, Member, Viewer--principal-type <type>
Type of pricipal. Allowed values: App, User, Group, None