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

# share, accept, revoke, members

> Managing who can see a project.

## share

```bash theme={"theme":"nord"}
resumecontext share teammate@company.com
```

Invites someone by email. Owner only. They do not need an account yet. The
invite waits until they sign in.

Re-inviting someone who is already invited re-issues the invite rather than
failing.

## accept

```bash theme={"theme":"nord"}
resumecontext accept
```

Accepts a pending invite for the project in this directory. You can also accept
from the [dashboard](https://resumecontext.com/dashboard).

After accepting, run [`resumecontext sync`](/docs/cli/sync) once from your local
clone. This registers that directory with the background daemon and pushes its
local history. Do not run `init` in an invited clone.

## revoke

```bash theme={"theme":"nord"}
resumecontext revoke teammate@company.com
```

Removes someone's access, immediately. Owner only.

<Note>
  The history they already recorded **stays in the archive** and stays
  attributed to them. The project owner cannot be revoked. Delete the project
  instead.
</Note>

## members

```bash theme={"theme":"nord"}
resumecontext members
```

Lists everyone with access, with their role (`owner` or `member`) and status
(`accepted` or `pending`).

Remember this is **access**, not activity. Someone listed here may have recorded
nothing at all. See [Teams and access](/docs/concepts/teams).
