It would be extremely helpful if there was a value/property for user data that reflects the last updated time stamp? We are trying to keep a separate database and would like a method to only return (or at least sort) records that have been updated since the last GET. I saw this option for other data such as address but I am not seeing it for User. This should be provided for everything so that we can only return new/updated/deleted data as opposed to all the data every time.
Check these out, they should help this use case:
https://developer.sky.blackbaud.com/docs/services/school/operations/V1UsersAuditGet
https://developer.sky.blackbaud.com/docs/services/school/operations/V1UsersChangedGet
This is another similar one: http://on-api.developer.blackbaud.com/API/constituents/user/get-user-audit/
Hi there - have you tried this endpoint? http://on-api.developer.blackbaud.com/API/constituents/user/get-userchanged/
It's not perfect, but might help.
I am going to be looking for ways to make this info more accessible when we're in SKY API. I definitely appreciate the feedback!