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
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)
Steven, It's not displaying in the page response also in the event log too.
While hitting In-process API there is no request to go to the SQL server. I used SQL profiler and checked the transaction. But there is no request pass to the SQL server. How is the in-process API working? Is it bringing data from catch or any NoSQL?