Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...


Tip

Available from CRM.COM R12.5.0, CRM.COM - R13.2.0 and CRM.COM - R14.10.0 onwards

Deprecated from CRM.COM R18.0.0


Excerpt

This method changes a user's password. A single user's password is changed by each call

Resource URL

Parameters

Name

Type

Description

token

String

The token retrieved from the login method

user_identifier

(mandatory)

User IdentifierThe user's identifier. The allowed user identifier fields are the following
Include Page
V4:user_identifier
V4:user_identifier

old_password

(mandatory)

StringThe user's old password

password

(mandatory)

StringThe user's new password

password_confirmation

(mandatory)

StringThe user's new password confirmation

Restrictions

  • It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.

...

Expand
titleExample 1

HTTP Method: POST

 


Request 


Body

Code Block
languagejavascript
themeConfluencelanguagejavascript
linenumberstrue
 {
    "token": "{{token}}",
    "user_identifier":{"username":"trainee4"},
    "old_password":"crm.com",
    "password":"crm.com1",
    "password_confirmation":"crm.com1"
}
 


Response

 
Code Block
languagejavascript
themeConfluencelanguagejavascript
linenumberstrue