Rollbar Data Processing

How Zluri Fetches the data

Zluri uses the following API to fetch the user data.

https://docs.rollbar.com/reference/getting-started-1#operation/list-all-users

Status Mapping:

We do not get user status from Rollbar. All users coming from the API response are assigned 'User Application Status': Active.

The users who were coming from earlier syncs, but not from current sync are assigned user application status = Inactive.

How to validate the data:

You can download the list of all users from Rollbar and check the count.

const attachment_error_image = (attachment) => { const parentElement = attachment.parentElement; const defaultIcon = `${attachment.dataset.extension}`; parentElement.innerHTML = defaultIcon; };