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
I find the method and fixed the issue Steven.
IRestEndpointController.Add(int version, string relativeUrl, object parameterDefaults, object parameterConstraints, HttpMethod method, Action<IRestRequest, HttpResponse> handler);
register above method and now file also downloading.
Thanks for your help and You are amazing.