# User Settings

Manage your login email, password, linked accounts, connected applications, and other account-level settings from your user profile.

In the User Settings tab of your user profile (**User Icon**  →  **My Profile**  →  **User Settings**), you can manage login information, view your user role, manage linked accounts and applications, and configure other helpful settings.

## Login Email

This is the email address you use to sign in to your PagerDuty account. It may be different from the email addresses you have added as contact methods.

### Edit Your Login Email

1. Navigate to **User Icon**  →  **My Profile**  →  **User Settings** tab.
2. Click  to the right of your **Login Email**.
3. Update your login email address and enter your password.
4. Click **Save**.

![Edit login email](/images/kb/336cca87db6a6a4ad6ad2fe8a59f13274e6472b545713b97a111a7ddf3248ee3-edit_login_email.webp)
*Edit login email*

### Edit Another User's Login Email

Users with an Account Owner or Admin user role can change another user's login email:

1. Navigate to **People**  →  **Users**.
2. Click the user name whose email you want to change.
3. Select the **User Settings** tab.
4. Click  to the right of the user's login email.
5. Enter a new login email for the user.
6. Enter _your_ password.
7. Click **Save**.

## Password

This is the password you use to sign in to your PagerDuty account.

### Change Your Password

If you know your password and can log in, you can change your password on your user profile.

1. Navigate to **User Icon**  →  **My Profile**  →  **User Settings** tab.
2. In the **Password** section, click **Change Password…**
3. Enter your current password, a new password, and then confirm the new password.

> **Password Length:** Passwords must be at least 10 characters long.

4. Click **Save**.

### Reset Your Password

If you forgot your password, you can reset it by sending yourself a password reset email. You must be logged out to reset your password.

1. Ensure you are logged out of your PagerDuty account.
2. Navigate to `https://app.pagerduty.com`.
3. Click **Next**.
4. Click **Forgot your password?**
5. Enter your email address and click **Reset Password**. You receive an email containing a link to reset your password.

> **Reset Link Expiration:** The password reset URL expires after two hours.

6. Follow the on-screen instructions to reset your password.

> **SSO Login:** If you use [SSO](/account-admin/sso) to log in, contact your Account Owner to reset your password with your identity provider.

### Change Another User's Password

Users with an Account Owner or Admin user role can change another user's password:

1. Navigate to **People**  →  **Users**.
2. Select the **user** whose password you want to change.
3. Click the **User Settings** tab.
4. Select **Change Password…**.
5. Enter _your_ password.
6. Enter a new password for the user and confirm it.
7. Click **Save**.

> **OAuth Tokens:** In addition to changing the user's password, this action also revokes their OAuth tokens. This means that if they have any open PagerDuty sessions, they will be prompted to sign in to PagerDuty again with the new password.

## Role

This is the user role associated with your user account. Only the Account Owner or an Admin user can change another user's role. Refer to [user roles](/account-admin/user-roles) for more information.

## Schedule Color

Each user has a color associated with their profile. This color is used in the on-call schedule to quickly identify which periods they are responsible for.

### Edit Your Schedule Color

1. Navigate to **User Icon**  →  **My Profile**  →  **User Settings** tab.
2. Click  on the right of your schedule color.
3. Select a color from the dropdown.
4. Click **Save**.

![Edit schedule color](/images/kb/f7594ba6420403929e399b38eb18d993c3ef16ae8e2d0eec10c770218854c9c0-edit_schedule_color.webp)
*Edit schedule color*

## Calendar

Sync your on-call schedules to third-party calendar applications like Google Calendar and Apple Calendar. You can export your schedule in either the WebCal or iCalendar format.

Read instructions on [exporting your on-call schedules to your calendar application](/incident-management/schedules/schedules-in-apps#calendar-apps).

## Photo

Your profile photo is displayed as your initials on a colored circular background. This is generated automatically, so no external service is used and no action or configuration is required on your part.

## Linked Accounts

Third-party applications that you have integrated with PagerDuty, such as Slack, may appear here.

### Unlink Accounts

To remove the connection between PagerDuty and a linked third-party account:

1. Navigate to **User Icon**  →  **My Profile**  →  **User Settings** tab.
2. Click **Unlink** to the right of the account you want to unlink.
3. Click **Unlink** again in the modal to confirm your decision.

![Unlink Slack account](/images/kb/818a5b45ac254b6714a8dff144dfccb9962d348cd3d0c6a1cd99c19a90b55eed-unlink_account.webp)
*Unlink Slack account*

## API Access

The API Access section is the starting point for building your own OAuth-connected PagerDuty application.

To create a user-specific REST API key that matches your user permissions:

1. Navigate to **User Icon**  →  **My Profile**  →  **User Settings** tab.
2. In the **API Access** section, click **Create API User Token**.
3. In the modal, enter a **Description**.
4. Click **Create Token**.
5. Record the API key in a secure place, since the key will not be visible again.

### Delete a User API Key

1. In the web app, navigate to **User Icon**  →  **My Profile**  →  **User Settings** tab.
2. In the **API Access** section, click **Remove** next to the key you want to delete.
3. In the modal window that appears, confirm your decision.

<br />
