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

# Leave Organization

> How to remove yourself from an organization

## Overview

Members can leave an organization they no longer need access to. This removes your access to the organization and all its projects.

***

## Accessing Leave Organization

<Steps>
  <Step title="Go to Settings">
    Navigate to your organization's **Settings**.
  </Step>

  <Step title="Go to General">
    Select the **General** tab.
  </Step>

  <Step title="Find Leave Section">
    Scroll down to find the **Leave Organization** card.
  </Step>
</Steps>

***

## Leaving an Organization

<Steps>
  <Step title="Click Leave Organization">
    Click the **Leave Organization** button.
  </Step>

  <Step title="Review Warning">
    Read the confirmation dialog explaining what will happen.
  </Step>

  <Step title="Confirm">
    Click **Leave Organization** to confirm your decision.
  </Step>

  <Step title="Redirected">
    You'll be redirected to your Dashboard.
  </Step>
</Steps>

***

## Confirmation Dialog

When you click leave, you'll see:

> **Are you sure?**
>
> This action will remove you from the organization **\[Organization Name]**. Any resources you've added to the organization will remain.

***

## What Happens When You Leave

| Item                      | What Happens                                     |
| ------------------------- | ------------------------------------------------ |
| **Organization access**   | Immediately revoked                              |
| **Project access**        | Lost for all projects in the organization        |
| **Your uploaded data**    | Remains in the organization                      |
| **Your activity history** | Remains in audit logs                            |
| **Your user account**     | Unaffected, can still access other organizations |

***

## Before Leaving

Consider the following before leaving an organization:

<AccordionGroup>
  <Accordion title="Reassign your work">
    If you have tasks or responsibilities, ensure they're handed off to another team member.
  </Accordion>

  <Accordion title="Export personal data">
    Download any data you need before leaving, as you won't have access afterward.
  </Accordion>

  <Accordion title="Notify team members">
    Let your colleagues know you're leaving so they can prepare.
  </Accordion>

  <Accordion title="Check other organizations">
    Ensure you have access to other organizations if needed for your work.
  </Accordion>
</AccordionGroup>

***

## Permission Requirements

| Role       | Can Leave               |
| ---------- | ----------------------- |
| **Owner**  | Conditional (see below) |
| **Admin**  | Yes                     |
| **Member** | Yes                     |

### Owner Restrictions

<Warning>
  Organization Owners cannot leave until they transfer ownership to another Admin or Member.
</Warning>

If you're the only Owner:

<Steps>
  <Step title="Promote Another Member">
    Change another member's role to Admin or Owner.
  </Step>

  <Step title="Transfer Ownership">
    Ensure the new Owner has full access.
  </Step>

  <Step title="Then Leave">
    You can now leave the organization.
  </Step>
</Steps>

***

## Rejoining an Organization

If you need to rejoin after leaving:

1. **Contact an Admin or Owner** of the organization
2. **Request a new invitation** to be sent to your email
3. **Accept the invitation** to rejoin

<Note>
  Your previous role and project access are not automatically restored. The Admin will need to set up your access again.
</Note>

***

## Alternative: Being Removed

Instead of leaving yourself, you can ask an Admin to remove you:

| Method                 | Who Initiates  |
| ---------------------- | -------------- |
| **Leave Organization** | You            |
| **Remove Member**      | Admin or Owner |

Both methods have the same result: you lose access to the organization.

***

## Troubleshooting

<AccordionGroup>
  <Accordion title="Leave button is disabled">
    You may be the only Owner. Promote another member to Owner first, then try again.
  </Accordion>

  <Accordion title="Cannot find Leave Organization">
    Navigate to Settings → General and scroll down. The Leave Organization card is near the bottom.
  </Accordion>

  <Accordion title="Still seeing organization after leaving">
    Try refreshing your browser or logging out and back in. The organization should no longer appear.
  </Accordion>

  <Accordion title="Need to rejoin immediately">
    Contact an Admin or Owner of the organization to send you a new invitation.
  </Accordion>
</AccordionGroup>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Delete Organization" icon="trash" href="/organizations/settings/delete-organization">
    Permanently delete an organization.
  </Card>

  <Card title="Member Roles" icon="user-shield" href="/organizations/settings/members/roles">
    Understanding organization roles.
  </Card>

  <Card title="Member Invites" icon="envelope" href="/organizations/settings/members/invites">
    How invitations work.
  </Card>

  <Card title="General Settings" icon="cog" href="/organizations/settings/general">
    Organization configuration.
  </Card>
</CardGroup>
