Users
Create User
Creates a new user.
POST
Recipes
Create user with API key
Create user with API key
1
1. Use 'Authorization' header to pass API key
2
2. Use a `user` parameter to create a new user
3
3. Set values for the fields
4
4. As a result, the API returns a created user
Trailing whitespaces in string data (except for the password) will be trimmed.
Body Parameters
Headers
A user or application session token. See Authentication page to learn more about session tokens. Must be used either QB-Token or Authorization.
API key from Dashboard. Expected format:
ApiKey {your_api_key}. Must be used either QB-Token or Authorization.Responses
201
201
A successful response
422
422
An error response