共用方式為


Groups - Delete User In Group

從指定的工作區中刪除指定的使用者許可權。

權限

此 API 呼叫可由服務主體設定檔呼叫。 如需詳細資訊,請參閱:Power BI Embedded中的服務主體設定檔

必要範圍

Workspace.ReadWrite.All

DELETE https://api.powerbi.com/v1.0/myorg/groups/{groupId}/users/{user}
DELETE https://api.powerbi.com/v1.0/myorg/groups/{groupId}/users/{user}?profileId={profileId}

URI 參數

名稱 位於 必要 類型 Description
groupId
path True

string

uuid

工作區識別碼

user
path True

string

要刪除之服務主體之使用者或物件識別碼的電子郵件地址

profileId
query

string

uuid

要刪除的服務主體設定檔識別碼

回應

名稱 類型 Description
200 OK

確定

範例

Example

Sample Request

DELETE https://api.powerbi.com/v1.0/myorg/groups/f089354e-8366-4e18-aea3-4cb4a3a50b48/users/john@contoso.com

Sample Response