Skip to main content
Version: 5.7.0

SysChangeEmailIdentity

Changes email address associated with specified user's email identity.

ServiceOperation
identitySYS_CHANGE_EMAIL_IDENTITY

Method Parameters

ParameterDescription
oldEmailAddressOld email address
profileIdThe profileId of the applicable user
oldEmailAddressThe user's old email address
newEmailAddressThe user's new email address
updateContactEmailWhether to also update contact email in user's profile

Usage

http://localhost:3000
//cloud code only
JSON Response
{
"status": 200,
"data": {}
}
Common Error Code

Status Codes

CodeNameDescription
40583APP_ERRORNew email address is already in use