Query Graph Workspaces

Johan Smits - LeftClick 26 Reputation points
2021-04-23T11:55:42.077+00:00

We have Workspaces in our tenant and I want to query them from the Graph API.

When I query just places I get a error like in #12371. But when I query with https://graph.microsoft.com/beta/places/microsoft.graph.room it does not contain the workspace.

When I query https://graph.microsoft.com/beta/places/microsoft.graph.roomlist I can see the workspace lists. When I query https://graph.microsoft.com/beta/places/list-name@custoo.onmicrosoft.com/microsoft.graph.roomlist/rooms it is empty. Rooms do appear in the list.

How can I find all work spaces in the Graph API?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,576 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Johan Smits - LeftClick 26 Reputation points
    2021-04-23T12:30:58.683+00:00

    Apparently it is a space https://graph.microsoft.com/beta/places/microsoft.graph.space and https://graph.microsoft.com/beta/places/list-name@custoo.onmicrosoft.com/microsoft.graph.roomlist/spaces

    2 people found this answer helpful.