Data Processing
MongoDB data processing
Zluri fetches the list of users from MongoDB.
How Zluri fetches the data
- Call the organization API to list all organizations.
- Iterate through each organization ID and fetch all the users associated with it.
Status Mapping
Zluri does not get a status field from the MongoDB API. All users coming from the API response are shown as User Application Status = Active.
Users coming from earlier syncs but in the most recent sync are shown as User Application Status = Inactive.
How to validate the data
You can find the list of users from MongoDB and that would match count of users shown in Zluri filtered by source = MongoDB and User Application Status = Active.
Updated 23 days ago