Skip to main content

UpdateUserEmail

Confirm the update of the user's e-mail address.

Description

Confirm the change of the user's email address (login ID) and change the email address used for login.

Method

POST

Request URL Format

/api/v0/users/confirmations

Payload

{
confirmation_id : confirmation_id sent to email
}

Request URL Sample

POST https://api.xxx.com/api/v0/users/confirmations

Response Sample

{} // If updated successfully, Status 200, an empty object is returned.