POST /api/user/send-change-email-confirmation/

Sends an email to the new email address containing a confirmation link. The user must provide their current password to initiate this request. The link is going to be valid for 12 hours.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
new_email String Yes

The new email address to change to.

password String Yes

The current password of the user for verification.

base_url String Yes

The base URL where the user can confirm the email change. The confirmation token is going to be appended to the base_url (base_url '/token').

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.