Jump to: navigation, search

Change password on demand

Method

PUT

Syntax

PUT /user_settings/password

Request Body

{
 "old_password": "<plain_text_or_base64_encoded_old_password>",
 "new_password": "<plain_text_or_base64_encoded_new_password>",
 "password_encoded": "<true/false>"
}

Notes

  • "password_encoded" is optional—if missing, plain text old and new password are assumed.
  • When it is set to true, both passwords must be encoded with Base64.
This page was last edited on December 19, 2017, at 11:03.
Comments or questions about this documentation? Contact us for support!