> For the complete documentation index, see [llms.txt](https://help.genesis.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genesis.autify.com/settings/organization-settings/user-management.md).

# User management

The **User Management** page in Autify Genesis is where Admins and Owners change roles, edit user information, remove users, and adjust per-workspace access.

## About the user management screen

Open **Settings** from the account menu in the lower-left corner, then click **Organization** > **Members** in the left sidebar to open the **User Management** page.

The top of the **User Management** screen shows organization statistics (**Total users**, **Active users**, **Pending invitations**, and **Admins/Owners**). Enter a keyword in the search field to filter users by name or email address.

<figure><img src="/files/76cx9wVnVpOeb7MlIZ0G" alt="Screenshot of the User Management screen"><figcaption><p>User Management screen</p></figcaption></figure>

## Managing users

{% hint style="info" %}
Only organization **Admin** or **Owner** users can change user roles, edit user information, remove users, or change workspace access. Users with the Member role can view the User Management page, but the action menus described in this article are not shown.
{% endhint %}

### Changing a role

1. Open the **User Management** page.
2. Open the **action menu** (⋮) in the row of the user whose role you want to change.
3. Select the new role (**Change to Admin**, **Change to Member**, or **Change to Owner**).

<figure><img src="/files/WlQ7oe7PD3OoVn73K4Vm" alt="Screenshot of the user row action menu"><figcaption><p>User row action menu</p></figcaption></figure>

For details on the operations available to each role, see [Roles and permissions](/settings/organization-settings/roles-and-permissions.md).

### Editing user information

1. Open the **User Management** page.
2. Open the **action menu** (⋮) in the row of the user you want to edit.
3. Click **Edit user**.
4. Update the **Name** or **Email**.
5. Click **Save**.

### Removing a user

1. Open the **User Management** page.
2. Open the **action menu** (⋮) in the row of the user you want to remove.
3. Click **Delete user**.

{% hint style="warning" %}

* A removed user can no longer access the organization.
* Admin users cannot promote or demote Owners, nor remove Owners from the organization.
* If only one Owner exists in the organization, that Owner cannot be removed or changed to another role.
  {% endhint %}

## Managing workspace access

For users with the **Member** role, an Admin or Owner can restrict workspace access on a per-workspace basis. Access can be managed from both the **User Management** page and the **Workspace Settings** of each workspace.

{% hint style="info" %}
Users with the **Admin** or **Owner** role automatically have access to every workspace. Workspace access restrictions apply only to the **Member** role.
{% endhint %}

### Changing access from the user management page

1. Open **Settings** > **User Management**.
2. Click the workspace count in the **Workspaces** column for the target user.

<figure><img src="/files/bifugkn5nrxea9CbcWlR" alt="Screenshot of the Workspaces column"><figcaption><p>Workspaces column</p></figcaption></figure>

3. In the **Manage workspace access** dialog, check the workspaces to grant access to. To select every workspace, click **Select all**.

<figure><img src="/files/S4JmQp5LmQ24We9KmLWK" alt="Screenshot of the Manage access dialog"><figcaption><p>Manage access dialog</p></figcaption></figure>

4. Click **Save**.

### Changing access from workspace settings

From the settings screen of each workspace, you can also add or remove members who can access that workspace. For details, see the "**Members tab — Managing workspace members**" section in [Workspace settings](/settings/workspace-settings/workspace-configuration.md).


---

# 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://help.genesis.autify.com/settings/organization-settings/user-management.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.
