API automations
Getting the API Key
Managing Users via the API
curl -X 'GET' \
'https://api.powerembedded.com.br/api/user' \
-H 'accept: application/json' \
-H 'X-API-Key: HNhlHXAG1g21NyIsIkFwaUtleSI6Ik'{
"pageIndex": 1,
"totalPages": 2,
"hasNextPage": true,
"hasPreviousPage": false,
"data": [
{
"id": "dd668e6d-4f83-4715-a155-b55213677dd8",
"email": "[email protected]",
"name": "Example User",
"role": 3,
"reports": [
"c3aa3e62-7c43-4c0f-ab1d-3f9e0fbbad0e",
"57e23242-ad69-455b-8955-1a0b4e35e6ed",
"359a3241-08e2-45d1-b046-78c3c9c7ea8f",
"7c8a79ec-23d0-4edc-8299-89461e134c34",
"48dc89e1-240d-4b25-bba2-e8cb2d3d16d4",
"9339a616-9d09-49dd-a848-3289161b2c2a"
],
"companies": [],
"groups": [
"5d47cdd0-bd05-4e27-a87a-45b45da4360e",
"833e6b83-f157-47ef-9f1f-7545d705c5a1"
],
"reportLandingPage": null,
"department": "BI ",
"expirationDate": null,
"windowsAdUser": null,
"canEditReport": true,
"canCreateReport": false,
"canOverwriteReport": false
}
]
}Controlling Report Permissions via the API
Listing Existing Reports in Power Embedded
Row-Level Security (RLS) Using the API
Querying the Power Embedded Report Access Log via API
How to Display Power BI Reports in Your Application
Documentation
Atualizado