Wanted to see if anyone found a good solution to this issue. We want to create a way to get all users created on the system given a date via the api.
Looks like the endpoint - /manage/v1/user does not really help since it does not have any filters for date_created. It does have option for updated_from but that shows everyone who logged in today and not necessarily created today.
We need to send these people to an external client accurately and using the webhooks always runs to some random error overtime. We’re planning to use cronjobs to check the LMS for newly created users for that day and send them to the external client.
Anyone has any ideas?