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.
- 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 interactions across workspaces.
- last30DaysInteractionCount
- User interactions in the last 30 days.
- last90DaysInteractionCount
- User interactions in the last 90 days.