# Export the workspace members

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

* Workspace **Owners**, **Super** **Admins**, and **Admins**
* Only supported using the Cerby web app
  {% endhint %}

As a user with the workspace **Owner**, **Super** **Admin**, or **Admin** role, you can export and download the table of workspace members in CSV format.

In addition to user details, such as workspace role and status, the file also contains information about the accounts to which the user has the **Owner** or **Collaborator** role.

To export the table of workspace members to a CSV file, you must complete the following steps:

1. Log in to your [Cerby](https://app.cerby.com/) workspace.
2. Select the **All Members** option from the left menu. The **All Members** page is displayed.
3. Click the **Export** icon located at the top-right corner of the page. A success message box is displayed, and an email is sent when the export is ready.\
   **NOTE:** Depending on the number of members, the export may take minutes or hours because it contains the list of accounts to which each member has access.
4. Open the message Cerby sent to your email address.
5. Click the **Download Report** button. The CSV file is downloaded to your computer.

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/setup-and-admin/user-management/export-the-workspace-members.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.
