> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cysmiq.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Manage members

> Invite users and assign roles to control workspace access.

Workspace members can view vulnerabilities, manage findings, and configure settings based on their assigned role. This guide covers inviting new members, assigning roles, and managing access.

## Prerequisites

* Owner role in the workspace

## View members

Navigate to **Settings** → **Members** to see all workspace members.

<Frame caption="The Members page shows all users with their status and role.">
  <img src="https://mintcdn.com/cysmiq/b1Lbo3Hes6--JS1V/images/guides/members/members-01-list.webp?fit=max&auto=format&n=b1Lbo3Hes6--JS1V&q=85&s=410cf60fe47d1c542827ab8cabefd344" alt="Members list showing two users with their email, status, provisioning method, role, and last seen time." width="2880" height="2160" data-path="images/guides/members/members-01-list.webp" />
</Frame>

The Users tab displays:

* **Name**: Display name from the user's profile
* **Email**: The email address used to sign in
* **Status**: Active (can access workspace) or Pending (invited but not yet signed in)
* **Provisioning**: How the user was added (Manual or SSO)
* **Role**: The user's permission level
* **Last Seen**: When the user last accessed the workspace

## Invite a member

1. Select **Invite user** to open the invitation form.

<Frame caption="The invite dialog with email field and role selector.">
  <img src="https://mintcdn.com/cysmiq/b1Lbo3Hes6--JS1V/images/guides/members/members-02-invite-empty.webp?fit=max&auto=format&n=b1Lbo3Hes6--JS1V&q=85&s=edce64fc4903c382540a3b1e7986b2bc" alt="Invite dialog showing empty email field and role dropdown." width="2880" height="2160" data-path="images/guides/members/members-02-invite-empty.webp" />
</Frame>

2. Enter the user's email address.

3. Select a role from the dropdown.

<Frame caption="The role dropdown shows all available permission levels.">
  <img src="https://mintcdn.com/cysmiq/b1Lbo3Hes6--JS1V/images/guides/members/members-03-role-dropdown.webp?fit=max&auto=format&n=b1Lbo3Hes6--JS1V&q=85&s=55e82ecba136b16e695969af60989867" alt="Role dropdown expanded showing Admin, Developer, Owner, Reporting, and Security Engineer options." width="2880" height="2160" data-path="images/guides/members/members-03-role-dropdown.webp" />
</Frame>

4. Select **Invite Member** to send the invitation.

<Frame caption="Completed invite form ready to send.">
  <img src="https://mintcdn.com/cysmiq/b1Lbo3Hes6--JS1V/images/guides/members/members-04-invite-filled.webp?fit=max&auto=format&n=b1Lbo3Hes6--JS1V&q=85&s=521024cbe1fad9246dc9a018bef1502e" alt="Invite dialog with email address entered and Developer role selected." width="2880" height="2160" data-path="images/guides/members/members-04-invite-filled.webp" />
</Frame>

The invitation is valid for 7 days. The user receives an email with a link to join the workspace.

## Available roles

| Role                  | Description                                                                          |
| --------------------- | ------------------------------------------------------------------------------------ |
| **Owner**             | Full access including billing and workspace deletion                                 |
| **Admin**             | Manage repositories, vulnerabilities, and reports. Cannot manage members or billing. |
| **Security Engineer** | Triage vulnerabilities and manage findings                                           |
| **Developer**         | View vulnerabilities and create tickets                                              |
| **Reporting**         | Read-only access to dashboards and reports                                           |

## Track pending invitations

Select the **Invitations** tab to view pending invitations.

<Frame caption="The Invitations tab shows pending invites with expiration dates.">
  <img src="https://mintcdn.com/cysmiq/b1Lbo3Hes6--JS1V/images/guides/members/members-06-invitations-pending.webp?fit=max&auto=format&n=b1Lbo3Hes6--JS1V&q=85&s=93aab08a90a177e96a002dfcd2053a21" alt="Invitations tab showing a pending invite with email, role, invited by, and expiration date." width="2880" height="2160" data-path="images/guides/members/members-06-invitations-pending.webp" />
</Frame>

From here you can:

* See who sent each invitation
* Check when invitations expire
* Resend or revoke invitations using the actions menu

## Manage a member

Select the actions menu (three dots) on a member row to access management options.

<Frame caption="The actions menu provides options to suspend or remove a member.">
  <img src="https://mintcdn.com/cysmiq/b1Lbo3Hes6--JS1V/images/guides/members/members-05-user-menu.webp?fit=max&auto=format&n=b1Lbo3Hes6--JS1V&q=85&s=711bee64a6834bc925b90a58e1b98d51" alt="User actions menu showing Suspend and Remove from Workspace options." width="2880" height="2160" data-path="images/guides/members/members-05-user-menu.webp" />
</Frame>

### Change a member's role

1. Find the member in the Users list.
2. Select the role dropdown in their row.
3. Choose the new role.

The change takes effect immediately. The member's permissions update on their next page load.

### Suspend a member

Suspending a member revokes their access without deleting their account. Their vulnerability assignments and history are preserved.

1. Find the member in the Users list.
2. Select the actions menu (three dots) in their row.
3. Select **Suspend**.

Suspended members cannot access the workspace until reactivated.

### Remove a member

Removing a member completely removes them from the workspace.

1. Find the member in the Users list.
2. Select the actions menu (three dots) in their row.
3. Select **Remove from Workspace**.

## Related

* [Workspaces](/concepts/workspaces): Understanding workspace isolation
* [Security settings](/administration/security): Configure SSO and access policies
