I’m trying to get a list of all the employees that were added to the Employee Directory on a specific date, and if possible who added them.
I tried using the /logs?activityType=users API call, but that’s giving me all changes, and there doesn’t seem to be a way to limit it to adds.
(and, technically, I’m pretty sure that is giving me the Admin > Users list, not the Employee Directory, although in theory, those 2 should be the same)