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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
pvuppala
Helper V
Helper V

REST API to create workspace with description and contact list

Hey Team,

Just wondering if there's a way to expand this "Create Group" API call to include description and contact list for any new workspaces

pvuppala_0-1694200983861.png

Thanks and Cheers!

 

-Pawan

 

4 REPLIES 4
Anonymous
Not applicable

Hi @pvuppala,

Perhaps you can try to use the following data structure to send from the rest api if it help with you scenarios:

{
  "name": "My Group",
  "description": "A group for testing purposes",
  "contactList": [
    "user1@example.com",
    "user2@example.com"
  ]
}

Regards,

Xiaoxin Sheng

Thank you!  I should've mentioned I already tried it but it only respects the "name" other attributes did not really help. 🙂

Anonymous
Not applicable

HI @pvuppala,

If the docuemnt not include these type of parameters and not works if you direclty add these to the request, it may mean these part of features current not released to invoke in this REST API.

Perhaps you can submit an idea for add contact list usage in rest api.

Microsoft Power BI ideas

Regards,

Xiaoxin Sheng

Thanks, I submitted the idea to include Create Group with optional request parameters like domain, contact list, description, enable contributors to update the app etc.,

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.