get https://api.mural.co/enterprise/v1/reports/users
The Users Report API lists all users 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:
- userId
- Unique ID of the user.
- userAltId
- Unique alternate ID of the user.
- userName
- First name of the user.
- userSurname
- Last name of the user.
- userEmail
- Email address of the user.
- userType
- Types of users:
- Member
- Guest - dateCreated
- Date when the user was created.
- inviteCount
- Number of invites sent by the user.
- muralCount
- Number of murals the user is associated with.
- roomCount
- Number of rooms the user is associated with.
- workspaceCount
- Number of workspaces the user is associated with.
- totalInteractionCount
- Total user QEM interactions across workspaces.
- last30DaysInteractionCount
- User QEM interactions in the last 30 days.
- last90DaysInteractionCount
- User QEM interactions in the last 90 days.
- status
- Types of statuses:
- Active: Users who can log in into Mural platform
- Inactive: Users who cannot log in into Mural platform
- Removed: Users who removed their account from Mural platform