You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I noticed that, in responses, for
user
andidentity.user
objects only theuser.identifier
is provided, but not thedisplayName
. 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
user
s whose records were created or updated since the last time the client checked. I'd need alastChangedDate
property for that, though.All I could find was
lastPasswordChangeDateTime
, which tracks only password changes.The text was updated successfully, but these errors were encountered: