> ## Documentation Index
> Fetch the complete documentation index at: https://docs.objectionly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Change a Role

> Promote a Member to Admin or demote an Admin to Member.

<Callout icon="user-shield">
  **Who can do this:** Admins
</Callout>

You can promote a Member to Admin or demote an Admin to Member.

## Change a teammate's role

<Steps>
  <Step title="Go to the Team page">
    <a href="https://app.objectionly.com/dashboard/team" className="inline-flex items-center rounded-lg bg-blue-600 px-3 py-2 text-sm font-medium text-white no-underline hover:bg-blue-700" style={{ color: "#FFFFFF" }}>Open Team page</a>
  </Step>

  <Step title="Select the teammate">
    Choose the person whose role you want to change.
  </Step>

  <Step title="Change their role">
    Select the new role for the teammate.
  </Step>

  <Step title="Save the change">
    Save the updated role.
  </Step>
</Steps>

<Warning>
  Your workspace must always have at least one Admin. You cannot demote the last
  remaining Admin.
</Warning>
