I'm trying to create a workspace this API call: https://learn.microsoft.com/en-us/rest/api/power-bi/groups/create-group
Previously I created a service entity profile and sent in body request for create workspace like this: 'Authorization' => 'Bearer ' . $accessToken, 'X-PowerBI-Profile-Id' => $profileId, 'Content-Type' => 'application/json',
In Azure Portal I have granted specific permissions for the handling API based on this article: https://learn.microsoft.com/es-es/power-bi/developer/embedded/embed-multi-tenancy#create-a-profile Azure Permissions
I don't see the workspace associated to service entity profile in Power BI Service.
Do you have any idea?
Thanks in advance.