> For the complete documentation index, see [llms.txt](https://docs.eventflowapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eventflowapp.com/getting-started/changing-a-users-email.md).

# Changing a user’s email

If a user needs to update their email address in Eventflow, there are a few ways to handle it depending on their access level and role.

### **Option 1: User Updates Their Own Email**

If the user still has access to their account:

1. Ask them to go to My Account (click the cog icon in the lower-left corner).
2. From there, they can update their email address directly by entering the new email and confirming it.
3. A verification link will be sent to the new email address to complete the process.

This is the **preferred method**, as it keeps their account history and team associations intact.

### **Option 2: User Cannot Access Their Account**

Administrators cannot edit another user’s email address directly.

#### If the user is a **Team Member**:

1. Go to **Admin > Manage Teams** and open their team.
2. Remove the Team Member with the incorrect email address.
3. Select **Add Team Member** and invite them using the correct address.

Removing the original account transfers its form submissions and task activity to the current Team Owner. This work remains associated with the original team.

#### If the user is the **Team Owner**:

Do not delete the team merely to correct the owner’s email address.

1. Open the team under **Admin > Manage Teams**.
2. Add the corrected email address as a new Team Member.
3. Edit the team and, under **Team Owner**, select the new account.
4. Submit the change.
5. Return to the team and remove the account with the incorrect address.

See [Changing a team owner](/getting-started/changing-a-team-owner.md) for more information.


---

# 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://docs.eventflowapp.com/getting-started/changing-a-users-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.
