Authentication
Start updating the current email address
Starts updating user's current email address.
post/blaize/users/update-email
Request body
Example request
{
"new_identifiers": {
"email_address": "joe.blow@company.com"
}
}Response
OK
Starts updating user's current email address.
{
"new_identifiers": {
"email_address": "joe.blow@company.com"
}
}OK