Get the User object for specified userId
GET/api/user/:userId
API used to get the User object for specified userId
Request
Responses
- 200
- 403
- 404
- 500
Returns the User object
Returns a HttpStatus.FORBIDDEN if the User does not have access to get the User list
Returns a HttpStatus.NOT_FOUND if the some of the underlying data does not match.
Internal error that prevented the retreival of User object