Share via


Admin - Groups RestoreDeletedGroupAsAdmin

삭제된 작업 영역을 복원합니다.

이 API 호출을 사용하여 작업 영역을 복원합니다.

사용 권한

사용자에게 관리자 권한(예: Office 365 전역 관리자 또는 Power BI 서비스 관리자)이 있어야 합니다.

필수 범위

Tenant.ReadWrite.All

제한 사항

시간당 최대 200개 요청.

POST https://api.powerbi.com/v1.0/myorg/admin/groups/{groupId}/restore

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
groupId
path True

string

uuid

작업 영역 ID

요청 본문

Name 필수 형식 Description
emailAddress True

string

복원할 그룹 소유자의 전자 메일 주소

name

string

복원할 그룹의 이름입니다.

응답

Name 형식 Description
200 OK

정상

예제

Example

Sample Request

POST https://api.powerbi.com/v1.0/myorg/admin/groups/3bec11ee-48a9-490c-8e4d-1ebba90d491a/restore
{
  "name": "Restored Workspace",
  "emailAddress": "john@contoso.com"
}

Sample Response

정의

GroupRestoreRequest

삭제된 그룹을 복원하기 위한 Power BI 요청

Name 형식 Description
emailAddress

string

복원할 그룹 소유자의 전자 메일 주소

name

string

복원할 그룹의 이름입니다.