Users

Start email change

Initiates an email change process. Generates a ticket for verifying the original email address before requesting a new email. Returns ticket for use in subsequent email change steps.

post/users/@me/email-change/start

Request body

EmptyBodyRequest required

Response

Success

ticketstring required

Ticket returned for email change actions

require_originalboolean required

Whether verification of the original email is required

original_emailstring nullable required

The original email address on record

original_proofstring nullable required

Proof token generated when original email verification is not required

original_code_expires_atstring nullable required

ISO8601 timestamp when the original verification code expires

resend_available_atstring nullable required

ISO8601 timestamp when the original verification code can be resent

Changes

No recorded changes to this endpoint across all 1 revision of this API.