Skip to main content
Version: 5.7.0

UpdateEmailIdentityPassword

Updates the password associated with the user's email identity.

ServiceOperation
identityUPDATE_EMAIL_IDENTITY_PASSWORD

Method Parameters

ParameterDescription
oldPasswordThe current password associated with the user's email identity.
newPasswordThe new password to associate with the user's email identity.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"status" : 200,
"data" : {}
}