Profiles - Get Profile
傳回指定的服務主體設定檔。
如果存在且屬於服務主體呼叫者,則傳回指定的設定檔。
限制
只能由服務主體呼叫。
GET https://api.powerbi.com/v1.0/myorg/profiles/{profileId}
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
profile
|
path | True |
string uuid |
服務主體設定檔識別碼 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
確定 |
範例
Get service principal profile
Sample Request
GET https://api.powerbi.com/v1.0/myorg/profiles/b2ded813-54b7-43f4-b072-ed4c1f9d5824
Sample Response
{
"id": "b2ded813-54b7-43f4-b072-ed4c1f9d5824",
"displayName": "My new profile"
}
定義
ServicePrincipalProfile
Power BI 服務主體設定檔。 僅適用于Power BI Embedded多租使用者解決方案。
名稱 | 類型 | Description |
---|---|---|
displayName |
string |
服務主體設定檔名稱 |
id |
string |
服務主體設定檔識別碼 |