# Room resources

Source: https://developer.nylas.com/docs/reference/api/room-resources/

The Nylas Contacts API allows you to return information about rooms that you can book for meetings, conferences, and other events.

## Room resource booking scopes

The table below lists the Microsoft and Google scopes for room resource bookings. All scopes must include the fully qualified URI path for the provider, as defined in the table headers. These have been omitted from the scopes due to space constraints.

The ☑️ character indicates the most restrictive scopes you can use for each provider.

| Endpoint                                        | Google Scopes</br>`https://www.googleapis.com/auth/...` | Microsoft Scopes</br>`https://graph.microsoft.com/...` |
| :---------------------------------------------- | :------------------------------------------------------ | :----------------------------------------------------- |
| **GET** `/v3/grants/<NYLAS_GRANT_ID>/resources` | `/admin.directory.resource.calendar.readonly` ☑️️       | `Place.Read.All` ☑️️                                   |

For more information, see [Using scopes to request user data](/docs/dev-guide/scopes/).


## Endpoints

- **GET** `/v3/grants/{grant_id}/resources` - [Return room resource information](https://developer.nylas.com/docs/reference/api/room-resources/list-room-resources/)
