> For the complete documentation index, see [llms.txt](https://help.proxidize.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.proxidize.com/account-and-billing/account-management/how-to-change-account-email.md).

# How to Change Account Email

### What This Does

Changing your account email updates the email address you use to log in to Proxidize.

After the change is complete:

* Your existing products stay attached to your account.
* Your active subscriptions stay attached.
* Your account data is not reset.
* Your KYC verification status stays preserved.
* You will log in using the new email address going forward.

Proxidize uses passwordless login. After changing your email, you will log in with the new email address and receive future login codes there.

***

### Before You Start

Make sure:

* You are logged in to [app.proxidize.com](https://app.proxidize.com/).
* You are using the parent account.
* The new email address is valid.
* The new email address is different from your current login email.
* The new email address is not already used by another Proxidize account.
* You can access the inbox for the new email address.

{% hint style="warning" %}
Sub-accounts cannot change their own email address. If a sub-account needs a new email address, the parent account admin must remove the sub-account and add it again using the new email address.
{% endhint %}

### Change Your Account Email

{% stepper %}
{% step %}

#### Log in to Proxidize

Log in to [app.proxidize.com](https://app.proxidize.com/).
{% endstep %}

{% step %}

#### Open the account settings

or go to this address [app.proxidize.com/settings/](https://www.app.proxidize.com/settings/)
{% endstep %}

{% step %}

#### Click Change Email

![](/files/aa71a3d17b22715d5a32381989d65ca5954a562c)
{% endstep %}

{% step %}

### Enter your new email address

In the **Change Email Address** modal, enter your new email address.

![](/files/a4e9510c6ae27503ecb5c52093ed76b562d1495e)
{% endstep %}

{% step %}

### Click Send Code

Click **Send Code**.
{% endstep %}

{% step %}

### Check the inbox for the new email address

Check the inbox for the new email address. The verification code is sent to the new email address, not your current email address.
{% endstep %}

{% step %}

### Enter the verification code

Enter the 6-digit verification code.
{% endstep %}

{% step %}

### Verify the change

Click **Verify**.
{% endstep %}

{% step %}

### Wait for the change to finish

Wait for the email change to finish processing.

{% hint style="info" %}
Once the change is confirmed, you will be automatically logged out. Log in again using the new email address.
{% endhint %}
{% endstep %}
{% endstepper %}

### Verification Code Rules

* The verification code is sent to the new email address.
* The code expires after 10 minutes.
* If the code expires, restart the change-email flow from the beginning or click on the resent button after 30 seconds have passed.
* If you enter the wrong code, you will see an invalid verification code message.

### If You Cancel or Close the Modal

If you cancel before submitting the new email address, no change request is sent.

If you cancel or close the modal during verification, your email address stays unchanged.

To continue, restart the change-email flow from the beginning.

If you enter the same new email address again while a change request is already in progress, you may see this message:

`You already have an email change in progress.`

If this happens, wait for the current verification code to expire, then restart the flow.

## Email Requirements

The new email address:

* Cannot be empty.
* Must use a valid email format.
* Must be different from your current login email.
* Cannot already be used by another Proxidize account.

Existing-email checks are case-insensitive.

## Troubleshooting

<table data-search="false"><thead><tr><th>Message or Issue</th><th>What It Means</th></tr></thead><tbody><tr><td>Email is required</td><td>No email address was entered before submitting the form.</td></tr><tr><td>Enter a valid email address</td><td>The email address format is invalid.</td></tr><tr><td>New email must be different from your current email</td><td>The new email matches your current login email.</td></tr><tr><td>Already in use or invalid email message</td><td>The email may already be attached to another Proxidize account.</td></tr><tr><td>Invalid verification code</td><td>The code is incorrect or expired. Restart the flow and use the newest code.</td></tr><tr><td>You already have an email change in progress</td><td>A change request already exists for that email. Wait for the current code to expire, then restart the flow.</td></tr><tr><td>You were logged out after verifying</td><td>This is expected. Log in again using the new email address.</td></tr><tr><td>Sub-account cannot change email</td><td>Ask the parent account admin to remove the sub-account and add it again with the new email.</td></tr></tbody></table>

***

### Important Notes

* You must be logged in to change your email address.
* Only parent accounts can change their account email.
* Sub-accounts cannot change their own email address.
* The new email becomes the email used for future logins.
* Your products, subscriptions, KYC status, and account data stay attached after the email change.
* You can change your email more than once, as long as the new email passes validation.

***

### Related account pages

* [Account & Billing Overview](/account-and-billing/overview.md)
* [Adding Sub-Accounts in the Proxidize Dashboard](/account-and-billing/account-management/adding-sub-accounts-in-the-proxidize-dashboard.md)
* [Billing and Subscriptions Overview](broken://spaces/iAQa47xivOtQQ7mQZOnQ/pages/a0b5c4a386f91b3cd6849fa1c4ac6b64a71664c8)
* [How to Delete My Proxidize Account](/account-and-billing/account-management/how-to-delete-my-proxidize-account.md)

***

### <mark style="color:$primary;">Need Help?</mark>

If you have any questions, concerns, or need further clarification, feel free to reach out to us via live chat or email us directly at <support@proxidize.com>.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.proxidize.com/account-and-billing/account-management/how-to-change-account-email.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
