get https://api.mural.co/enterprise/v1/reports/workspace-memberships
The Workspace Memberships Report API lists all workspace 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:
- workspaceId
- Unique ID of the workspace.
- userId
- Unique ID of the user.
- userEmail
- Email address of the user.
- userType
- Types of users:
- Workspace Admin
- Member
- Guest - dateJoined
- Date when the user joined the workspace.
- dateLastActivity
- Date of the user's last activity in the workspace.
- daysSinceLastActivity
- Number of days since the last activity performed in the workspace.
- invitedBy
- ID of the member who invited the user to the workspace.
- invitedByEmail
- Email address of the member who invited the user to the workspace.
- deactivated
- Boolean. When true, the user is deactivated in the workspace.
- dateDeactivated
- Date when the user was deactivated in the workspace.
- deactivatedUserId
- ID of the user who was deactivated in the workspace.
- deactivatedUserEmail
- Email address of the user who was deactivated in the workspace.
- roomCount
- Number of rooms collaborator is associated with in the workspace.
- muralCount
- Number of murals collaborator is associated with in the workspace.
- minutesLastMonth
- Minutes spent by the user in the workspace over the last month.
- totalInteractionCount
- Total user QEM interactions across workspaces.
- adminEmails
- Email adresses of admins in the company.