# Manage my own profile

You can always manage your own user profile by clicking on Veriam App > [Manage my Veriam account](https://customer.myveriam.com)

The user profile offers the following insights and actions.

## **Update Personal Information**

As a user, you can update your user attributes, like your name.

1. Go to your profile, and click ‘Edit details’ to update your user attributes.
2. Click ‘Save’ when you’re done updating your attributes

Note that this overview only contains attributes which are specific to your user, regardless of organization context.

## **Change email address**

{% hint style="info" %}
**Important:** You can only change your email address if you signed up with **email and password**. If your account is linked to an external provider (such as Google, Microsoft, or SSO), changing your email is not possible, as it would disrupt the login process for that connected account.
{% endhint %}

#### **How to Change Your Email Address**

1. Go to your **Profile Settings** and click **"Change"** next to your email address.
2. **Verify your identity** by entering your current password.
3. Enter your **new email address** and click **"Save"**.
4. A verification email will be sent to your **new email address**.
5. Until verified, your new email will appear in your profile with a **"Pending Confirmation"** status.
   * If you no longer want to use this email, you can **delete** it from your profile.
6. Open the email and click **"Verify Email"** to confirm the change.
7. You will be redirected to a confirmation page with a button to return to your profile.

#### **After Verification**

✅ Your email address is now updated.\
✅ You must **use your new email** to log in.

## **Review organization memberships**

On your user profile there is an overview of all the organizations you are a member of, including the status of your account.

You can login on behalf of all of the organizations where you have an Active organization account, or where you are invited into.

If you login for an organization for which you have an invitation, your are automatically accepting the invitation. It is also possible to accept an invitation from the organizations overview, by clicking on the options menu behind the organization with status 'Invited'.&#x20;


---

# 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://docs.myveriam.com/for-customers/manage-your-account/manage-my-own-profile.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.
