get https://api.mural.co/enterprise/v1/reports/room-memberships
The Room Memberships Report API lists all room memberships 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.
- userId
- Unique ID of the user.
- userEmail
- Email address of the user.
- userType
- Types of users based on level of access to the room.
- Room Admin: User with full access
- Room Member: User with limited access
- Guest: View-only access - dateJoined
- Date when the user joined the room.
- dateLastActivity
- Date of the user's last activity in the mural.
- daysSinceLastActivity
- Number of days since the last activity performed in the room.
- dateInvited
- Date when the user was invited to the room.
- invitedBy
- ID of the member who invited the user to the room.
- invitedByEmail
- Email address of the member who invited the user to the room.
- canCreateMurals
- Boolean. When true, the user can create murals in the room.
- canDuplicateRoom
- Boolean. When true, the user can duplicate the room.
- canInviteOthers
- Boolean. When true, the user can invite other users to the room.
- muralCount
- Number of murals collaborator is associated with in the room.