# Remove a local user

Users with the **Workspace Owner** and **Workspace Admin** roles can remove users from a local user workspace. To remove a user, you must complete the following steps:

1. Select the **All members** option from the left navigation drawer. The **All Members** view is displayed.
2. Click the **More options** (...) icon of the corresponding user. A drop-down list is displayed.
3. Select the **Remove from Workspace** option from the list. The **Remove \<user name>?** dialog box is displayed.
4. Click the **Remove from Workspace** button. The dialog box closes, and a success message box is displayed.

Now you are done.

{% hint style="info" %}
**NOTE:** For reporting purposes, the account of removed users is disabled; however, they will no longer be able to access Cerby.
{% endhint %}


---

# 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://help.cerby.com/setup-and-admin/workspace-identity-federation/local-workspace/remove-a-local-user.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.
