Profiles - Get Profile

返回指定的服务主体配置文件。

如果存在且属于服务主体调用方,则返回指定的配置文件。

限制

只能由服务主体调用。

GET https://api.powerbi.com/v1.0/myorg/profiles/{profileId}

URI 参数

名称 必需 类型 说明
profileId
path True

string

uuid

服务主体配置文件 ID

响应

名称 类型 说明
200 OK

ServicePrincipalProfile

确定

示例

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多租户解决方案相关。

名称 类型 说明
displayName

string

服务主体配置文件名称

id

string

服务主体配置文件 ID