Delete group user
Updated: July 21, 2017
The Delete group user operation removes a user from a group.
Groups are a collection of unified Azure Active Directory groups that the user is a member of and is available in the Power BI service. These are referred to as app workspaces within the Power BI service.
This operation will fail when trying to delete the last admin. |
DELETE https://api.powerbi.com/v1.0/myorg/groups/{group_id}/users/{user_emailAddress}
Uri parameter
| Name | Description | Data Type |
|---|---|---|
| group_id | Guid of the Group to use. You can get the group id from the Get Groups operation. Groups are referred to as app workspaces within the Power BI service. | String |
| user_emailAddress | The email address of the user you are wanting to remove. | String |
Header
Authorization: Bearer eyJ0eX ... FWSXfwtQ
Empty
Status code
| Code | Description |
|---|---|
| 200 | Ok. |
| 403 | Unauthorized |
| 404 | Not found |
| 500 | Internal service error |
Show: