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.
...
Below is the example of the get user :
URL |
| ||||||||||||||||||||||||
Method | GET | ||||||||||||||||||||||||
Request | application/json | ||||||||||||||||||||||||
Response |
"loginName
"userSiteNames
"userCPRoles":[{"roleName":"Scientiest1","cpTitle":"My Cp1"}],
"deptName
"comments":"bla bla bla", "city":"Jalgaon", "state":"Maharashtra", "country":"India", "zipCode":"425022", "faxNumber":"434343AS", "phoneNumber":"654323"
|
Error Cases :
code | Applies to | Status Message |
---|---|---|
200 | All resources | User got successfully |
401 | All requests | Authorization failed, user doesn’t have authority |
500 | All requests | Internal server error, encountered server error while performing operations |