Skip to main content

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

Get a user by id