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.
POST
Request Email Change
Authorizations
Customer session tokens are specific tokens that are used to authenticate customers on your organization. You can create those sessions programmatically using the Create Customer Session endpoint.
Body
application/json
Response
Verification email sent.
Previous
Verify Email Change### Intent
Runs the verify email change action.
### When to call it
Call this when your workflow reaches the point where it must verify email change.
### Access boundary
Use the credential type and authentication scheme shown for this operation.
### Successful result
A successful request returns `200`. The response schema below defines the body your integration receives.
### Operational notes
Verify an email change using the token from the verification email.
Next
Request Email Change