Microsoft Graph Places
Microsoft Graph Places is an API surface in Microsoft Graph that lets applications discover and work with physical location resources in Microsoft 365primarily meeting rooms and room lists (and, in some tenants, workspaces). It provides a tenant-wide, directory-backed catalog of places that apps can list and query, returning rich metadata such as name, address, coordinates, building and floor details, email address, and capacity. Developers use it to power room-finder and location-aware experiences: searching and filtering places by attributes, showing details to users, and combining results with calendar endpoints to check availability and schedule meetings. Access is secured via Microsoft Graph permissions (for example, Place.Read.All), and supports operations to list places, get a specific place, and update certain properties.