This product version has reached end of life and is no longer supported. Click here for the latest documentation.

Changes the password of a platform user.

Input parameters

Authentication : WebServiceSimpleAuthentication Record type.
The authentication required to use this API. Specify a valid platform username and password, or use the AuthenticationService API to acquire a session token.

Username : Text type.
The username of the platform user.

NewPassword : Text type.
The new password.

EncryptPassword : Boolean type.
Specifies if the password of the platform user will be encrypted. If set to True, the user will be able to log in normally using the new password; otherwise, this user will only be able to log in the environment management console using a custom authentication provider and a custom encryption.

Output parameters

Success : Boolean type.
True if the method was successful, False otherwise.

Status : APIStatus Record type.
The status of invoking this API action. In case of error, contains the error code and human-readable error messages.

See Also

Overview of LifeTime Services API | Authentication_GetToken Action