Take over
Updated: July 21, 2017
The *Take over operation takes ownership of the dataset for the current authorized user.
POST https://api.powerbi.com/v1.0/myorg/datasets/{dataset_id}/takeover
Groups
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. To learn how to create a group, see Create an app workspace.
POST https://api.powerbi.com/v1.0/myorg/groups/{group_id}/datasets/{dataset_id}/takeover
Header
Authorization: Bearer eyJ0eX ... FWSXfwtQ
Uri parameter
| Name | Description | Data Type |
|---|---|---|
| group_id | Guid of the app workspace 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 |
| dataset_id | Guid of the gateway to use. You can get the dataset id from the Get datasets operation. | String |
Status code
| Code | Description |
|---|---|
| 200 | OK. Indicates success. |
| 401 | Unauthorized |
| 404 | Not found |
| 406 | Not acceptable (irrelevant operation) |
Show: