Skip to main content
Version: 5.7.0

UpdateUniversalIdPassword

Updates the password for the universal id of the current profile.

ServiceOperation
identityUPDATE_UNIVERSAL_PASSWORD

Method Parameters

ParameterDescription
oldPasswordThe current password associated with the user's universal id.
newPasswordThe new password to associate with the user's universal id.

Usage

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