The SetPassword function enables a user to set his/her new password when it has expired.
Method | /SetPassword |
The request body is of type SetPassword.
Name | Description | Data Type |
---|---|---|
userId | xml:int | |
passwordFormat | PasswordFormat | |
oldPassword | xml:string | |
newPassword | xml:string | |
isForceChangePasswordOnNextLogin | xml:boolean |
|
The response body is of type SetPasswordResponse.
Name | Description | Data Type |
---|---|---|
SetPasswordResult | xml:boolean |
|