Data Processing
monday.com data processing
Zluri fetches the list of users & licenses from Monday.com. This article explains how you can validate those data points in Zluri.
How Zluri fetches data:
Zluri calls the following API to fetch Monday.com data.
https://developer.monday.com/api-reference/docs/users-queries-1
Status Mapping
Users with enabled = true, is_pending = false are marked as 'User Application Status' = 'Active'.
Users with enabled = true, is_pending = true are marked as User Application Status = 'Suspended'.
Users with enabled = false, are marked as User Application Status = Inactive.
Users coming in earlier syncs but not coming in the latest sync are marked with User Application Status = Inactive.
License Mapping
Zluri processes 2 licenses for monday.com.
Users with Enabled = true, is_guest = false, is_pending = false, is_verified = true, is_view_only = false are assigned the monday.com paid license.
Users with Enabled = true, is_guest = false, is_pending = false, is_verified = true, is_view_only = true are assigned with Monday.com viewer license.
How to validate the data
Please click your profile image on the left bottom of the page, Click 'Administration' and Visit the Users tab. Select the Status as 'Active' to get the list of active users. This count will match the number of users with User Application Status = Active & Source = Monday.com.
To check the license count please select User Type 'Admin' , 'Member', 'Guest' and Status = 'Active'.
Updated about 2 months ago