Trying to fetch the user information using In-process API. The APIs not returning the user "join date" and "last visited date".
Is any configuration to access those fields in API?

Thanks
Vignesh D
Trying to fetch the user information using In-process API. The APIs not returning the user "join date" and "last visited date".
Is any configuration to access those fields in API?

Thanks
Vignesh D
API calls do implement caching, so if the same request is made and no data has changed, the database will not be hit. This should be true for any combination of in-process, Rest, or both APIs being called, assuming exact same options/parameters.
Does an in-process userApi.Get call with the ids returned in the list provide the missing fields?
Even get also returning null value for those fields.