Admin - Reports GetReportUsersAsAdmin
傳回可存取指定報表的使用者清單。
權限
- 使用者必須具有系統管理員許可權 (,例如Office 365全域管理員或 Power BI 服務管理員) 或使用服務主體進行驗證。
- 支援委派的許可權。
在服務基本驗證下執行時,應用程式不得在Azure 入口網站中設定 Power BI 的任何系統管理員同意必要先決條件。
必要範圍
Tenant.Read.All 或 Tenant.ReadWrite.All
只有在透過標準委派的系統管理員存取權杖進行驗證時才相關。 使用透過服務主體進行驗證時,不得存在。
限制
每小時最多 200 個要求。
GET https://api.powerbi.com/v1.0/myorg/admin/reports/{reportId}/users
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
report
|
path | True |
string uuid |
報表識別碼 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
[確定] |
範例
Example
Sample Request
GET https://api.powerbi.com/v1.0/myorg/admin/reports/{reportId}/users
Sample Response
{
"value": [
{
"displayName": "John Nick",
"emailAddress": "john@contoso.com",
"reportUserAccessRight": "Owner",
"identifier": "john@contoso.com",
"graphId": "3fadb6e4-130c-4a8f-aeac-416e38b66756",
"principalType": "User"
}
]
}
定義
名稱 | Description |
---|---|
Principal |
主體類型 |
Report |
報表的 Power BI 使用者存取權專案 |
Report |
使用者對於報表的存取權 (許可權等級) |
Report |
具有報表存取權之 Power BI 使用者清單的 OData 回應包裝函式 |
Service |
Power BI 服務主體設定檔。 僅適用于Power BI Embedded多租使用者解決方案。 |
PrincipalType
主體類型
名稱 | 類型 | Description |
---|---|---|
App |
string |
服務主體類型 |
Group |
string |
群組主體類型 |
None |
string |
沒有主體類型。 用於整個組織層級存取。 |
User |
string |
使用者主體類型 |
ReportUser
報表的 Power BI 使用者存取權專案
名稱 | 類型 | Description |
---|---|---|
displayName |
string |
主體的顯示名稱 |
emailAddress |
string |
使用者的電子郵件地址 |
graphId |
string |
Microsoft Graph 中主體的識別碼。 僅適用于系統管理員 API。 |
identifier |
string |
主體的識別碼 |
principalType |
主體類型 |
|
profile |
Power BI 服務主體設定檔。 僅適用于Power BI Embedded多租使用者解決方案。 |
|
reportUserAccessRight |
使用者對於報表的存取權 (許可權等級) |
|
userType |
string |
使用者的型別。 |
ReportUserAccessRight
使用者對於報表的存取權 (許可權等級)
名稱 | 類型 | Description |
---|---|---|
None |
string |
報表中內容沒有許可權 |
Owner |
string |
授與報表中內容的讀取、寫入和重新共用存取權 |
Read |
string |
授與報表中內容的讀取權限 |
ReadCopy |
string |
授與報表中內容的讀取和複製存取權 |
ReadReshare |
string |
授與讀取和重新共用報表中內容的存取權 |
ReadWrite |
string |
授與報表中內容的讀取和寫入存取權 |
ReportUsers
具有報表存取權之 Power BI 使用者清單的 OData 回應包裝函式
名稱 | 類型 | Description |
---|---|---|
odata.context |
string |
|
value |
具有報表存取權的使用者清單 |
ServicePrincipalProfile
Power BI 服務主體設定檔。 僅適用于Power BI Embedded多租使用者解決方案。
名稱 | 類型 | Description |
---|---|---|
displayName |
string |
服務主體設定檔名稱 |
id |
string |
服務主體設定檔識別碼 |