Share via


Groups - Delete User In Group

Belirtilen çalışma alanından belirtilen kullanıcı izinlerini siler.

İzinler

Bu API çağrısı bir hizmet sorumlusu profili tarafından çağrılabilir. Daha fazla bilgi için bkz. Power BI Embedded hizmet sorumlusu profilleri.

Gerekli Kapsam

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 Parametreleri

Name İçinde Gerekli Tür Description
groupId
path True

string

uuid

Çalışma alanı kimliği

user
path True

string

Silinecek hizmet sorumlusunun kullanıcı veya nesne kimliğinin e-posta adresi

profileId
query

string

uuid

Silinecek hizmet sorumlusu profil kimliği

Yanıtlar

Name Tür Description
200 OK

Tamam

Örnekler

Example

Sample Request

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

Sample Response