# Change Account Owner

Change Owner allows the current **Account Owner** to transfer ownership of the tenant to another existing user. This is useful when responsibility for the tenant needs to move to a different administrator.

<div style="
  background: rgba(128,128,128,0.08);
  border: 2px solid rgba(128,128,128,0.25);
  border-radius: 10px;
  padding: 20px 20px 0px 20px;
">
  <div style="font-weight:700; margin-bottom:20px;">Who can use this feature?</div>

  <table style="border-collapse:collapse;">
    <tr>
      <td style="vertical-align:top; padding:0 8px 10px 0;">
        <Icon icon="material-filled-person" color="#d760f9"/>
      </td>
      <td style="vertical-align:top; padding:0 0 10px 0;">
        All <span style="color:#d760f9; font-weight:600;">Account Owners</span>
      </td>
    </tr>

    <tr>
      <td style="vertical-align:top; padding:0 8px 0 0;">
        <Icon icon="material-filled-flag" color="#d760f9"/>
      </td>
      <td style="vertical-align:top; padding:0;">
        Available on the <span style="color:#d760f9; font-weight:600;">Free</span>, <span style="color:#d760f9; font-weight:600;">Core</span> and <span style="color:#d760f9; font-weight:600;">Business</span> plans
      </td>
    </tr>
  </table>
</div>

## Change Owner

<Steps>
<Step title="Sign in to WatchDog Security">
  Sign in to the [**WatchDog Security Platform**](app.watchdogsecurity.io).
</Step>

<Step title="Open User Management">
  Navigate to **Management** > **Users** from the main navigation menu.
</Step>

<Step title="Click Change Owner">
  Click the **Change Owner** button.
</Step>

<Step title="Select New Owner">
  Choose the new owner from the **Employees** dropdown.
</Step>

<Step title="Confirm Change">
  Click **Confirm** to transfer ownership.
</Step>
</Steps>

## What Happens Next

<TipInfo>The selected user becomes the new **Account Owner**.</TipInfo>
<TipInfo>Ownership permissions transfer to the new owner after confirmation.</TipInfo>
<TipInfo>The previous owner no longer holds the **Account Owner** role.</TipInfo>

## Troubleshooting

<AccordionGroup>

<Accordion title="Cannot Change Owner" defaultOpen>
If the ownership transfer cannot be completed:

- Only the current **Account Owner** can perform this action
- Confirm the selected user already exists in the tenant
- Retry the action after reopening the **Change Owner** window
</Accordion>

</AccordionGroup>
