# Roles FAQ

### Account

<details>

<summary>How to change my Missive account email address?</summary>

Go to your **Settings > Login & Security**, confirm your password and update your **Login email**. You will receive a verification email that you’ll need to click for the change to take effect.

<div data-with-frame="true"><figure><img src="https://3242897856-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1If7JwIQhfz5wGM9LiIU%2Fuploads%2Fgit-blob-f5df7b9b4cf1ae2dd29506ab240d79c40fd47292%2Ffaq-change-email.png?alt=media" alt="Image showing where to change your Missive account email address"><figcaption></figcaption></figure></div>

</details>

<details>

<summary>How to delete my Missive user account?</summary>

{% hint style="danger" %}
Please know this action cannot be undone.
{% endhint %}

1. Go to **Settings**.
2. Make sure you are no longer a member of any organization:
   1. If you own an organization, delete it in **Organizations > Delete organization**.
   2. Otherwise, an admin must remove you in **Organizations > Users**.
3. Delete all your connected accounts (email, SMS, etc) in **Accounts > Delete account**.
4. Delete all your calendar accounts in **Calendars > Delete account**.
5. Delete all your integrations (Asana, Todoist, etc) in **Integrations > Delete integration**.
6. Go to **Login & Security**. You may need to type your password or confirm your identity with Google or Apple.
7. Scroll down to **Delete account** and click **Delete**.
8. A confirmation popup will appear; click **Delete**.

You will immediately be logged out of Missive with no means of logging back in.

Within 30 days, all traces of your Missive data and activity will be permanently deleted from our database, cloud storage, backups, and logs.

</details>

### Ownership

<details>

<summary>How do I transfer organization ownership?</summary>

If you're the current organization Owner, you can transfer ownership to another member:

1. Go to **Settings** → **Users**
2. Find the member you want to promote to Owner
3. Click the role dropdown next to their name
4. Select **Owner**

The previous Owner will automatically become an Admin. There can only be one Owner per organization.

{% hint style="info" %}
Only the current Owner can transfer ownership. Admins cannot perform this action.
{% endhint %}

**If you can't access the current Owner's account** (for example, if they've left the company), contact Missive support by sending an email through Missive with a copy of your most recent paid invoice attached. This security verification allows the support team to transfer ownership for you.

</details>

<details>

<summary>What's the difference between Owner and Admin?</summary>

Both roles have similar permissions for managing the organization. The key differences:

**Owner can:**

* Access and manage billing and subscriptions
* Delete the organization
* Transfer ownership to another member

**Admin cannot:**

* Access billing pages
* Delete the organization
* Transfer ownership

For day-to-day team management (adding users, managing settings, creating rules), both roles have the same capabilities.

</details>

### Avatars

<details>

<summary>How do I change my avatar?</summary>

Go to your **Settings > Profile**, then click on the avatar (circle image) and choose the right option.

<div data-with-frame="true"><figure><img src="https://3242897856-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1If7JwIQhfz5wGM9LiIU%2Fuploads%2Fgit-blob-8b1dd90f351b8b2578aaa0f1b1053311b1b6d598%2Ffaq-change-avatar.png?alt=media" alt="Image showing how to change your avatar"><figcaption></figcaption></figure></div>

</details>

<details>

<summary>How do I change the avatar of a colleague?</summary>

To change the avatar of a colleague you need to be an admin or the owner of your organization.

If so, go to **Settings** > **Users**, then click **More** > **Edit Profile** next to the user.

<div data-with-frame="true"><figure><img src="https://3242897856-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1If7JwIQhfz5wGM9LiIU%2Fuploads%2Fgit-blob-2b197b2e575ffcdcd0230717c376bfa0de16149a%2Ffaq-change-avatar-of-a-colleague.png?alt=media" alt="Image showing how to change the avatar of a teammate" width="698"><figcaption></figcaption></figure></div>

</details>

<details>

<summary>What are the meanings of the user avatars?</summary>

**Orange clock icon:**\
User has snoozed the conversation.

**Blue dot (top right corner):**\
User has not read all emails in the conversation.

**Greyed avatar:**\
User has archived the conversation.

**Colored avatar:**\
User has the conversation in their Inbox or Team Inboxes.

**Blue allow:**\
User is currently viewing the conversation:

<figure><img src="https://3242897856-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1If7JwIQhfz5wGM9LiIU%2Fuploads%2Fgit-blob-ca2876a5682b77c2bd7a28d35e196a7b85220f3b%2Ffaq-shared-overview.gif?alt=media" alt="Image showing user avatars"><figcaption></figcaption></figure>

</details>


---

# Agent Instructions: 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:

```
GET https://missiveapp.com/docs/administration/roles/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
