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

# users

> Manage users

## Subcommands

| Subcommand | Description                                     |
| ---------- | ----------------------------------------------- |
| `create`   | Create a new user in the current organisation   |
| `list`     | Lists users in the current organisation context |

***

### `versori users create`

```sh theme={null}
versori users create --display-name <name> --external-id <id> [flags]
```

**Flags:**

* `-n`, `--display-name`: Display name of the user
* `-e`, `--external-id`: External ID of the user
* `-h`, `--help`: help for create

***

### `versori users list`

```sh theme={null}
versori users list [flags]
```

**Flags:**

* `-h`, `--help`: help for list

***
