For more information, please refer to this announcement explaining best practices for getting answers to questions.
REST API Commands
Summary
How to limit export to only Active usersContent
I have a Rest API request for anyone who is currently using this function. We turned it on because we are trying to export the LearnCenter ID (not username) to our HR System via rest API on a daily basis. We have completed all the training and are now facing two walls:
1. When we initiate,, we get ALL the records of our LearnCenter, including over 40,000 people who have left the organization (we have had our LearnCenter since 2006).
2. We max out at 1,000 users per run.
We are trying to only include active users and we would llike to try to get this in one run (we have 16000 active users). I understand that there are commands to make this work, but I have no idea what they are. Can someone share if this is possible?