Validate Email Change Token
Intent
Reads the email change token without changing it.
When to call it
Call this after your application has received or stored the identifier for the email change token.
Access boundary
Use the credential type and authentication scheme shown for this operation.
Successful result
A successful request returns 204 without a response document.
Operational notes
Check if an email change verification token is still valid.
GET
Validate Email Change Token
Query Parameters
Response
Token is valid.
Previous
Request Email Change### Intent
Runs the request email change action.
### When to call it
Call this when your workflow reaches the point where it must request email change.
### Access boundary
Authorize the request with a token that carries `customer_portal:write`.
### Successful result
A successful request returns `202`. The response schema below defines the body your integration receives.
### Operational notes
Request an email change for the authenticated customer.
Next
Validate Email Change Token