Apache CloudStack 4.20.0.0 Root Admin API Reference

resetPassword

Resets the password for the user using the token generated via forgotPassword command.

Request parameters

Parameter NameDescriptionRequired
passwordNew password in clear text (Default hashed to SHA256SALT).true
tokenToken generated via forgotPassword command.true
usernameUsernametrue
domainPath of the domain that the user belongs to. Example: domain=/com/cloud/internal. If no domain is passed in, the ROOT (/) domain is assumed.false

Response Tags

Response NameDescription
displaytextany text associated with the success or failure
successtrue if operation is executed successfully