Data Processing
Box Data Processing
Zluri fetches the list of users from Box. This article explains how to validate the user data presented in Zluri.
How Zluri fetches the data:
Zluri calls the following API to fetch the list of users from Box.
https://developer.box.com/reference/resources/users/
Status & License Mapping:
Any user with 'status' = 'Active' is marked with User Application Status = 'Active'.
Users with status other than 'Active' are marked with User Application Status = 'Inactive'.
Users who were coming as Active in earlier syncs but not coming in the latest sync are marked with User Application Status = Inactive.
How to validate the data:
You can download the list of active users from your Box admin console and that count should match the count of users obtained by User Application Status = Active and Source = Box.
Updated about 1 month ago