changePasswordForUser

Changes the password of any existing user. A fault will be raised if the current session user doesn't have the appropriate permission.

Arguments

Name Type Description
skey string

user string

The ID of the user to change the password for.

newpw string

The new password.

Return

The changePasswordForUser method returns zero (an integer).