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
There is no exception logged.
Creating custom API for external application. Here i am just trying to overriding the page size.
It's not returning values for profile fields too.
But while I am accessing through REST API. It's working fine.
Just to confirm, the values don't appear when accessing them directly via code either? (ie, not just inspecting them in debugger, but for instance iterating users and writing the fields to a page response or event log)