User Routes
Get User by ID
Get a user by their id.
GET
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Id of the user to fetch
Response
200 - application/json
OK
The user
object.