Update user

PUT https://{{base_url}}/v3/user

The Update User API Request updates the details of an existing user account. Only the information entered here will be updated, the existing data will remain unaffected.

To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken. 
Read more about it in Authentication.


For more information, refer to the Update user API Reference document

Request Body

{"user"=>{"company"=>"company name inc."}}

HEADERS

KeyDatatypeRequiredDescription
authtokenstring
Content-Typestring