Skip to main content
PUT

Recipes

1

1. Use a `user` parameter to set a new password

2

2. Set an old password

Use an old_password parameter to set an old password.
3

3. Set a new password

Use a password parameter to set a new password.
4

4. As a result, the API returns a user with an updated password.

1

1. Use a `user` parameter to update a user

2

2. Set new values for the fields

You can update any field of the user.
3

3. As a result, the API returns a user with the specified updated fields.

1

1. Use 'Authorization' header to pass API key

2

2. Use a `user` parameter to update a user

3

3. Set new values for the fields

You can update any field of the user.
4

4. As a result, the API returns a user with the specified updated fields.

1

1. Use 'Authorization' header to pass API key

2

2. Use a `user` parameter to set a new password

3

3. Set a new password

Use a password parameter to set a new password for the specified user
4

4. As a result, the API returns a user with an updated password.

Path Parameters

integer
required
ID of the user. Generated automatically by the server after user creation.

Body Parameters

object
required

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

A successful response
object
An error response
string
string
An error response
object
An error response
object