Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
aaronfdsouza
Frequent Visitor

Getting forbidden error when trying to create a workspace using the dotnet core SDK

I am using the dotnet core SDK with a service principal and I need to create a workspace. 

My code looks like this

 

 

var credentials = await Token.GetTokenCredentials(clientId, clientSecret, tenantId);
using (PowerBIClient client = new PowerBIClient(credentials))
{
  GroupCreationRequest request = new GroupCreationRequest
  {
    Name = "MyNewWorkspace"
  };
  await client.Groups.CreateGroupAsync(request);
}

 

 

 

The service principal corresponding to the client has the following API permissions

  • Capacity.Read.All
  • Capacity.ReadWrite.All
  • Workspace.Read.All
  • Workspace.ReadWrite.All

    Is there some admin level setting that I need to be aware of?

     

     

1 ACCEPTED SOLUTION
aaronfdsouza
Frequent Visitor

I found that my administrator has restricted access.

View solution in original post

2 REPLIES 2
aaronfdsouza
Frequent Visitor

I found that my administrator has restricted access.

Anonymous
Not applicable

Hi @aaronfdsouza ,

 

As far as I know, we can use API call by a service principal profile to create a new workspace in Power BI Service. For more information see: Service principal profiles in Power BI Embedded.

For more details about this REST API.

Groups - Create Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn

 

Best Regards,
Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.