Get user

Returns the full record for a single user.

When to use. Fetch one user when you already know their ID. To list all users, use GET /users instead.

Parameters. id (path, required): the ID of the user to fetch.

Returns. { "users": [ { ... } ] } containing the requested user.

Example. GET /api/users/5

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

User ID.

Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json