> For the complete documentation index, see [llms.txt](https://docs.platform.softwareone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform.softwareone.com/modules-and-features/settings/users/remove-users.md).

# Remove users

In certain situations, you may need to remove a person from your account. If you are an account administrator, you can use the **Remove** option on the **Users** page to delete an individual from the account.

### Before you begin <a href="#taskt_users__manage_users_task__prereq__1" id="taskt_users__manage_users_task__prereq__1"></a>

Before removing an individual, note the following points:

* Ensure that you have reviewed the individual's permissions and assigned groups. This is necessary to prevent accidental removal.
* Removing an individual doesn't delete them from the platform. It only removes them from the account. If the individual belongs to other accounts, they can still access those accounts.
* A removed user can be [re-added to the account](https://docs.platform.softwareone.com/modules-and-features/settings/users/add-new-users).
* You cannot remove yourself from the account. The platform shows a message if you try to remove yourself.
* If you remove an individual with an **Invited** status, their invitation link no longer remains valid.

### Remove a user <a href="#removing-a-user-from-your-account" id="removing-a-user-from-your-account"></a>

To remove a user from your account:

1. Go to **Settings** > **Users**.
2. Locate the individual you want to remove.
3. Select the actions icon (**•••**), then choose **Remove**.

<div data-with-frame="true"><figure><img src="https://docs.platform.softwareone.com/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2FZ5DNbniz33mXCZoO62Rm%2Fblobs%2FLYrfL297QoIHk0uZUqal%2Fimage.png&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=56061311&#x26;sv=2" alt=""><figcaption><p>Use the Remove option in the actions menu to remove a user from your account.</p></figcaption></figure></div>

4. In the **Remove user** dialog, select **Remove** to confirm.

A message is displayed stating that the user was removed. Additionally, the user receives an email stating that they have been removed from the account and its groups.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.platform.softwareone.com/modules-and-features/settings/users/remove-users.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
