POST api/v2/accounts/emails/change
Change account email
Request Information
URI Parameters
None.
Body Parameters
request
ChangeAccountEmailV2Request| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
Required Data type: EmailAddress Example value: user@example.com Max length: 256 |
||
| Password | string |
Required Example value: H6BBvW2fmklUKsMzdGIpUWuhkTneZYILtvM3VdoFef9HOQcLxGeDugwZSB4Vq1wGSZfGY81pSFWrBvvMVRUJ6vj89jMSZ0M6xaoAnEDMgvQx0jopY9ovZ6bLI3Kfd3QnctYiW9ihX Max length: 256 |
Request Formats
application/json
Sample:
{
"Email": "user@example.com",
"Password": "H6BBvW2fmklUKsMzdGIpUWuhkTneZYILtvM3VdoFef9HOQcLxGeDugwZSB4Vq1wGSZfGY81pSFWrBvvMVRUJ6vj89jMSZ0M6xaoAnEDMgvQx0jopY9ovZ6bLI3Kfd3QnctYiW9ihX"
}
Response Information
Resource Description
Change account email
ChangeAccountEmailV2ResponseNone.
Response Formats
application/json
Sample:
{}