# Remove a user from a collection

{% hint style="info" %}
**Who can use this feature?**

* Workspace **Owners**, **Super Admins**, **Admins**, **Users**, and **Guest Users**
* Collection **Owners**
* Supported using the Cerby web app and mobile app. For the mobile app instructions, read the article [Remove user from a collection using the Cerby mobile app](https://help.cerby.com/cerby-mobile-app/collections/managing-access-to-your-collections/remove-a-user-from-a-collection)
  {% endhint %}

As a collection **Owner**, you can remove a user from a collection. With this action, the user loses access at the collection level to all the items within the collection. However, you can choose to grant them direct access to the items.

To remove a user from a collection, you must complete the following steps using the Cerby web app:

1. Log in to your [Cerby](https://app.cerby.com/) workspace.
2. Select the **Collections** option from the left menu. The **Collections** page is displayed.
3. Click the **Settings** icon of the corresponding collection card. The collection details page is displayed with the **General** tab activated.
4. Activate the **Members** tab. The **Members** table is displayed with a list of users who have shared access to the collection.
5. Click the **More options** (...) icon of the corresponding user. A drop-down menu is displayed.
6. Select the **Remove from collection** option. A confirmation dialog box is displayed.
7. Choose what to do with user access to the accounts, secrets, business hub integrations, and assets within the collection:
   * Select the **Remove account permissions shared through the collection** option to remove user access at the collection level. No direct access is granted to the items.
   * Unselect the **Remove account permissions shared through the collection** option to remove user access at the collection level but grant direct access to the items.

{% hint style="warning" %}
**IMPORTANT:** In both scenarios, the user loses all access to the secrets within the collection.
{% endhint %}

8. Click the **Remove from Collection** button. The dialog box closes, and a success message box is displayed.

{% hint style="info" %}
**NOTE:** When you remove a user from a collection containing business hubs and assets, Cerby also removes this user from the external apps. For more information, read the article [Manage access to business hubs and assets with collections](https://help.cerby.com/setup-and-admin/identity-lifecycle-management-idlcm/business-hubs/managing-your-integrations/manage-access-to-business-hubs-and-assets-with-collections).
{% endhint %}

Now you are done.


---

# 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/cerby-web-app/collections/managing-access-to-your-collections/remove-a-user-from-a-collection.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.
