# User unenrollment

{% hint style="info" %}
**Administrators do not directly unenroll users from the subscription.** This is done either by the user or automatically in a process called reconfirmation.
{% endhint %}

## User self-unenrollment

Users can leave an Overleaf Commons subscription without affecting the contents of their Overleaf account. All Overleaf accounts in an Overleaf Commons subscription are portable, and can freely leave the subscription to be on the free plan or to join another subscription.

Users can self-unenroll from the Overleaf Commons subscription by removing their institutional email address from their Overleaf account. Removing an institutional email address will unlink the SSO login that is associated with that address.

### Primary and secondary email addresses

{% hint style="warning" %}
Anyone leaving your organization or institution should make their personal email address the primary email address on their Overleaf account before they lose access to their institutional email address or SSO identity.
{% endhint %}

All users on Overleaf Commons subscriptions are encouraged to add a personal email address to their Overleaf account as a secondary email address. When they leave, they should make this their primary address instead to ensure they keep access to their account.&#x20;

See our [user documentation](https://www.overleaf.com/learn/how-to/Managing_your_Overleaf_emails_and_login_options) for instructions on managing email addresses and login options.

## Reconfirmation and automatic unenrollment

{% hint style="info" %}
The period of time between user reconfirmation prompts is configured as part of your subscription onboarding process and is usually set at 18 months.
{% endhint %}

To remain enrolled in your subscription, users must periodically reconfirm their institutional affiliation, a process that also validates their eligibility for the Overleaf Commons subscription.&#x20;

Users who don't do this, or who are unable to reconfirm their institutional affiliation, will be removed from the subscription. Removing a user from the subscription doesn't affect their ability to access their Overleaf account, which will revert to the free plan.

When a user needs to reconfirm, they will see a prompt on their Overleaf account settings page and a notification on their project dashboard.  Reconfirming their institutional email address and affiliation will allow them to remain on the subscription until the next reconfirmation is required. Common user questions about reconfirmation are answered in our [user documentation](https://www.overleaf.com/learn/how-to/Institutional_Email_Reconfirmation).

### Non-SSO reconfirmation

If you don't provide SSO, users reconfirm their affiliation by requesting that a confirmation email be sent to their affiliated email address. Their affiliation is reconfirmed by following the instructions provided in the email that is sent to them.

### SSO reconfirmation

For institutions that provide SSO, users automatically reconfirm their affiliation each time they log in with SSO. This means that in most cases, users never see a reconfirmation prompt because they are automatically reconfirmed with each login.&#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.overleaf.com/commons/user-management/user-unenrollment.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.
