Zluri fetches the list of users, licenses and activities from Zoom. This article explains how you can validate the Zoom users and licenses presented in Zluri.
How Zluri fetches data:
Zluri calls the following api to fetch both user and license data.
https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/users
Status Mapping:
Users with status : Active , User application status= Active.
Users with status: Anything else, User application status= Inactive
Users coming in any of earlier syncs but coming in current sync: User application status= Inactive
License Mapping
Users with type = 2 are assigned license : Pro
Users with type = 1, are assigned licnese : basic
How to validate the data:
You can login to Zoom and visit the admin portal: https://us06web.zoom.us/account/user#/
You can export of the list of all users.

After downloading you can filter out the Zoom room users , filter in Users with status = 'Active' , (with email contains Zoom Room) and rest of the users' count will match with the user count in Zluri.
Exact filters to apply to find active users: Email does not contain 'Zoom Room', User Status = Active.

To validate users with 'Pro' license, you can filter with Email does not contain 'Zoom Room', User Status = Active, License Type = 'Licensed'
To validate users with 'Basic' license, you can filter with with Email does not contain 'Zoom Room', User Status = Active, License Type = 'Basic'.