Returns a User resource based on id.
GET/Users/:userId
The User resource with matching id is returned. There are attributes marked as 'returned only by request', such as roles, which must be provided as part of the attributes query parameter in order to be included in the response.
Request
Responses
- 200
Returns a single User resource based on the id.