In-Process API not returning User join date and last visited date.

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

Parents
No Data
Reply
  • Former Member
    +1 Former Member in reply to Vignesh Durairaj

    It would be expected that a user must be within the community site to view a routed page - and depending on the route implementation, would require an authenticated user to view content. For interacting with community content from an external location, REST API is the intended method - which then requires appropriate Authentication protocols.

    To view your Rest endpoint plugin, either search for it in Administration search in upper left, or find it in Integration > Rest Apis.

Children