次の方法で共有


Groups - Delete User In Group

指定したワークスペースから、指定したユーザーのアクセス許可を削除します。

Permissions

この 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 パラメーター

名前 / 必須 説明
groupId
path True

string (uuid)

ワークスペース ID

user
path True

string

削除するサービス プリンシパルのユーザーまたはオブジェクト ID の電子メール アドレス

profileId
query

string (uuid)

削除するサービス プリンシパル プロファイル ID

応答

名前 説明
200 OK

[OK]

Example

要求のサンプル

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

応答のサンプル