Updates user access on the Power BI workspace based on the provided tenant ID and role assignment details.
PUT/tenants/{tenantId}/pbiUsers
Authorization
Path parameters
tenantId*string (uuid)
Enter the ID of an existing tenant
Query parameters
Body
"UserIdentifier": Email Id of user in case of User or object Id in case of service principle or group "GroupUserAccessRightEnum": Should be Member/Admin/Contributor/Viewer "PrincipalTypeEnum": Should be User/App/Group
userIdentifiernullable string
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the UserIdentifier property.
groupUserAccessRightenum
Enum for group user access right.
NoneMemberAdminContributorViewer
principalTypeenum
Enum for principal type.
NoneUserGroupApp
Response
Success: Access of the user on the Power BI workspace updated successfully.
Body
messagenullable string
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the Message property.
statusCodeinteger (int32)
A public property of type integer that has both a getter and a setter method, which allows for getting and setting the value of the StatusCode property.