get https://api.mural.co/enterprise/v1/reports/rooms
The Rooms Report API lists all rooms created in your organization. Company admins can access the API using the API keys generated from their company dashboard. Use filter parameters to narrow the API results.
Note: Some attributes may not be returned if they do not contain a value.
List of attributes response:
- roomId
- Unique ID of the room.
- workspaceId
- Unique ID of the workspace containing the room.
- roomType
- Type of rooms include:
- Open
- Confidential
- Private - dateCreated
- Date when the room was created.
- creatorId
- Unique ID of the user who created the room.
- creatorEmail
- Email address of the user who created the room.
- deleted
- Boolean. When true, the room is deleted.
- dateDeleted
- Date when the room was deleted.
- deletedUserId
- Unique ID of the user who deleted the room.
- deletedUserEmail
- Email address of the user who deleted the room.
- ownerId
- Unique ID of the user who owns the room.
- ownerEmail
- Email address of the user who owns the room.
- memberCount
- Number of members in the room.
- guestCount
- Number of guests in the room.