Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I'm trying to assign Capacity to a workspace which is already created using a ServicePrincipal. I have provided all necessary API permissions and Capacity admin role to the SP. But still, It says Unauthorized error. Can someone help me here? Not sure what i'm missing here
Solved! Go to Solution.
We were able to resolve this through Invoke-RestAPI method using AssignGroup URI.
By default, When the SP creates a workspace it would be the admin. with REST API is also, it's not successful.
Can you explain a bit more what you are doing, which code you are using and which error messages you get?
Do you try to assign the capacity with REST API? Is the service principal also added to the workspace as an admin?
We were able to resolve this through Invoke-RestAPI method using AssignGroup URI.