Users
Get User by ID
Retrieve a user by ID.
GET
Recipes
Get user by id with API key
Get user by id with API key
1
1. Use 'Authorization' header to pass API key
2
2. As a result, the API returns a user with the specified id in the path params.
Path Parameters
integer
required
ID of the user. Generated automatically by the server after user creation.
Headers
string
required
A user session token. See Authentication page to learn more about the session token.
string
default:"ApiKey {your_api_key}"
required
API key from Dashboard. Expected format:
ApiKey {your_api_key}. Must be used either QB-Token or Authorization.Responses
200
200
A successful response
object
401
401
An error response
object
403
403
An error response
object
422
422
An error response
object