Data Processing
HackerRank Data Processing
Zluri fetches the list of users from Hackerrank. This article explains how you can validate the user count presented in Zluri platform.
How Zluri fetches the data:
Zluri calls the following API to fetch the list of users.
https://www.hackerrank.com/work/apidocs#!/Users/get_x_api_v3_users_limit_limit_offset_offset
Status Mapping:
Users with Status: active, Activated: true , Are mapped with user application status = Active.
Rest of the users are assigned with user application status = Inactive
Users coming from earlier syncs but not coming in the latest sync are assigned with user application status = Inactive
How to validate the data:
Login to your Hackerrank admin panel on - .https://www.hackerrank.com/work/home
Navigate to Teams Management Under your Profile icon at the top right corner of the webpage.
Click on Users Tab and check Status = “Activated”and “Not Activated”. Check the count of users after downloading the users list using the “Download” button on top.
Updated about 1 month ago