Profiles - Get Profile

Returns the specified service principal profile.

Returns the specified profile if it exists and belongs to service principal caller.

Limitations

Can only be called by a service principal.

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

URI Parameters

Name In Required Type Description
profileId
path True

string

uuid

The service principal profile ID

Responses

Name Type Description
200 OK

ServicePrincipalProfile

OK

Examples

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"
}

Definitions

ServicePrincipalProfile

A Power BI service principal profile. Only relevant for Power BI Embedded multi-tenancy solution.

Name Type Description
displayName

string

The service principal profile name

id

string

The service principal profile ID