Take over

 

Updated: July 21, 2017



Request | Response

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

NameDescriptionData Type
group_idGuid 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_idGuid of the gateway to use. You can get the dataset id from the Get datasets operation.String

Status code

CodeDescription
200OK. Indicates success.
401Unauthorized
404Not found
406Not acceptable (irrelevant operation)
Show: