Forum Discussion
leonids2005
3 years agoRegular Visitor
Problems with service principal profiles for multitenancy apps
I am trying to setup PowerBI embedded to work with service principal profiles with multi-tenant app. Trying to follow the documentation but there are many, not clear things, and here is what I have...
leonids2005
3 years agoRegular Visitor
thank you, I think I have tried it already. But I will go through my notes again and see, possibly try again.
Yes, that was one thing I have tried
{
"identifier": "1bc29484-fbdb-43e1-8715-XXXXXXX",
"groupUserAccessRight": "Contributor",
"principalType": "App",
"profile":
{
"id": "32f34566-f232-4754-b7ae-XXXXXXX"
}
}
And got this
{
"error": {
"code": "PowerBIEntityNotFound",
"pbi.error": {
"code": "PowerBIEntityNotFound",
"parameters": {},
"details": [],
"exceptionCulprit": 1
}
}
}