Get User
GET/users/:user_id
Return a single user. Platform admin access only.
Returns the same shape as every other user-management endpoint (no password hash or token, just
has_token). Returns 404 if no user exists with the given id, and 403 if the caller is not a
platform admin.
Request
Responses
- 200
- 403
- 404
- 422
Successful Response
Forbidden
Not Found
Validation Error