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
Thanks Steven, Now the Rest API is working fine.
Are we able to do file download in REST endpoints?
I try to use the context it's not working because of the return type should be IRestResponse. Can you please help me?
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.