GetRooms
Fetches all individual rooms that belong to a specified room list. This is useful for applications that need to display or schedule meetings in available rooms within a specific building or location.
Input
| Name | Type | Required | Description |
| EmailAddress | String | True | The email address of the RoomList for which rooms should be returned. This value is required and must correspond to a valid distribution list of room resources. |
Result Set Columns
| Name | Type | Description |
| Name | String | The display name of the individual room within the specified RoomList. This name typically represents a meeting space or resource location. |
| RoutingType | String | The protocol used for routing messages to the room. A common example is 'SMTP', which indicates standard email routing through Exchange. |
| MailboxType | String | The classification of the mailbox associated with the room, typically 'Room'. Other possible values include 'Equipment' or 'Shared', depending on how the resource is configured. |