The Change Password API enables a user to change his personal password. There is no need to transfer the user parameter. The application has the session context to identify it.
Input Parameters:
Name
Required
Definition
Comments
NewPassword
Y
Format: 8 -10 chars. Alphanumeric, Including char: _ ! @ # $ % ^ * + ~ ?
Required to have at least
- One Upper (e.g. A, B...)
- One Lower (e.g. a, b...)
- One number (e.g. 1, 2…)
- One special character (e.g. _ ! @...)
Description: New password value provided by the user.
OldPassword
Y
Format: Alphanumeric, 6-10
Description: Current password verification.