pem.changeUserPassword

This method is supported by Operations starting from version 2.6.5

This method allows to set the new Service User's password.

The method has the following input parameters:

Name

Type

Short Description

user_id

int

The ID of Service User.

password

string

Service User's password.

[check_password_quality]

boolean

Whether to check password quality. 0 (false) is used by default.

The method has no output parameters.

Notes:

1. Service User ID is not displayed in Operations control panel. You may use the pem.getUserByLogin or pem.getUsers methods to obtain the ID of the required Service User. Also, you may use the Operations Public API methods, which contain Service User ID(s) in the list of the output parameters.

2. This method can also be called under Reseller permissions.