Hey,
I'm trying to get a list of users that have been recently updated.
My workflow is as follows:
1. /users with patch body of
{
"id": 3293285,
"last_name": "newlastname"
}
2. /users/extended/3293285
Note that field has been successfully updated and audit_date is changed
3. /users/changed?base_role_ids=14&start_date=2021-09-14
Note that no users are returned
I have a few questions in this space.
I can see that the audit_date is updated, but what does this field reflect?
What does the last_sync_date field reflect?
Why doesn't this user get returned when I hit the /users/changed and pass in a valid date and the correct baseRoleId?
Thanks, Justin.