Get a user by id
GET/v1/users/:id
Returns a single user. A caller may read their own user record; a super_user may read any user. Any other read is forbidden. Responds with 404 if the user does not exist.
Request
Responses
- 200
- 401
- 403
- 404
Get a user by id
Missing or invalid API key
Reading another user requires the super_user role
User not found