GET api/Asset/GetReportEmbedConfig?assetId={assetId}&impersonatedUser={impersonatedUser}

Builds a Power BI embed config for the asset and user.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
assetId

Asset GUID.

globally unique identifier

Required

impersonatedUser

Email of the user to impersonate.

string

Required

Body Parameters

None.

Response Information

Resource Description

200 with ; 400 if ID invalid; 403 if no access; 500 on error.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.