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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
liuytrewrst
Advocate I
Advocate I

API Call for Workspace Contacts in Workspace Settings

Anyone know if there's a way to programmatically retrieve workspace contacts from workspace setting via API or alternative method?

 

33e62993-a927-4049-a3f2-55f7840c788a.png

1 ACCEPTED SOLUTION
AntoineW
Super User
Super User

Hello @liuytrewrst,

 

At this time (October 2025):

  • The Power BI Admin REST API does not include a property to list or update workspace contacts.

  • The Fabric Management API and Microsoft Graph APIs also do not yet expose this metadata.

  • The GET /groups and GET /admin/groups endpoints return workspace metadata (name, id, capacity, etc.) but omit the contact list.

So you cannot retrieve workspace contacts programmatically via REST API today.

 

If you’re a Power BI Admin, you can export all workspace metadata from the Admin Portal → Workspaces → Export to .csv.
The export includes owners and members, which often correlate with contacts (though not identical).
👉 API Reference: Get Groups as Admin

 

Hope it can help you ! 

Best regards,

Antoine

View solution in original post

4 REPLIES 4
Kedar_Pande
Super User
Super User

@liuytrewrst 

 

use the Power BI REST API.

Endpoint: GET https://api.powerbi.com/v1.0/myorg/groups/{workspaceId}

The response JSON includes a "users" array with all workspace members and their roles

Hi I'm not after workspace members, i'm after the workspace contacts within workspace settings

lbendlin
Super User
Super User

Doesn't look like it.

 

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

 

If this is important to you please consider voting for an existing idea or raising a new one at https://ideas.fabric.microsoft.com

AntoineW
Super User
Super User

Hello @liuytrewrst,

 

At this time (October 2025):

  • The Power BI Admin REST API does not include a property to list or update workspace contacts.

  • The Fabric Management API and Microsoft Graph APIs also do not yet expose this metadata.

  • The GET /groups and GET /admin/groups endpoints return workspace metadata (name, id, capacity, etc.) but omit the contact list.

So you cannot retrieve workspace contacts programmatically via REST API today.

 

If you’re a Power BI Admin, you can export all workspace metadata from the Admin Portal → Workspaces → Export to .csv.
The export includes owners and members, which often correlate with contacts (though not identical).
👉 API Reference: Get Groups as Admin

 

Hope it can help you ! 

Best regards,

Antoine

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

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.