get https://api.mural.co/enterprise/v1/reports/mural-memberships
The Mural Memberships Report API lists all mural 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:
- muralId
- Unique ID of the mural.
- userId
- Unique ID of the user.
- userEmail
- Email address of the user.
- roomId
- Unique ID of the room.
- workspaceId
- Unique ID of the workspace.
- userType
- Types of users based on level of access to the mural.
- Room Member: User with access to room and murals in the room
- Mural Owner: User with full access to the mural
- Mural Member: User with access to the mural
- Guest: View-only access - dateJoined
- Date when the user joined the mural.
- dateLastActivity
- Date of the user's last activity in the mural.
- daysSinceLastActivity
- Number of days since the last activity performed in the mural.
- dateInvited
- Date when the user was invited to the mural.
- invitedBy
- ID of the member who invited the user to the mural.
- invitedByEmail
- Email address of the member who invited the user to the mural.
- readOnly
- Boolean. When true, the user can only view the mural.
- canExport
- Boolean. When true, the user can export the mural.
- canDuplicate
- Boolean. When true, the user can duplicate the mural.
- canInviteOthers
- Boolean. When true, the user can invite other users to the mural.
- totalInteractions
- Total interactions of the user in the mural.