Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user.lastChangedDate for efficient retrieval of user updates #26

Open
felix-schwarz opened this issue Jan 31, 2022 · 0 comments
Open

user.lastChangedDate for efficient retrieval of user updates #26

felix-schwarz opened this issue Jan 31, 2022 · 0 comments

Comments

@felix-schwarz
Copy link
Contributor

I noticed that, in responses, for user and identity.user objects only the user.identifier is provided, but not the displayName. I understand/guess this is probably for efficiency / performance reasons.

From the client perspective, however, this raises the question on how often to query the /users endpoint to retrieve information on users and keep it up-to-date.

My idea here is that I could probably use OData to query only for users whose records were created or updated since the last time the client checked. I'd need a lastChangedDate property for that, though.

All I could find was lastPasswordChangeDateTime, which tracks only password changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant