Users

Start password change

Initiates a password change process. Sends a verification code to the user's email address. Returns a ticket for use in subsequent password change steps.

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

Request body

EmptyBodyRequest required

Response

Success

ticketstring required

Ticket for password change actions

code_expires_atstring required

ISO8601 timestamp when the verification code expires

resend_available_atstring nullable required

ISO8601 timestamp when the code can be resent

Changes

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