openspecimen/rest/ng/users/{userIdid}
Use this resource to get user. This API returns user present in the openSpecimen application. Use HTTP GET method to call this API by passing the below details in JSON format.
Below are the attributes which need to be sent in the request body:
Parameter | Details |
---|---|
userIdid | User id to fetch the user |
...
http[s]:<host>:<port>/openspecimen/rest/ng/users/{userIdid}
Use this URL to get user by an id in openSpecimen application.
...