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 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
group
|
path | True |
string uuid |
工作區識別碼 |
要求本文
名稱 | 必要 | 類型 | Description |
---|---|---|---|
emailAddress | True |
string |
要還原之群組擁有者的電子郵件地址 |
name |
string |
要還原的組名 |
回應
名稱 | 類型 | 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 要求
名稱 | 類型 | Description |
---|---|---|
emailAddress |
string |
要還原之群組擁有者的電子郵件地址 |
name |
string |
要還原的組名 |