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

# ekso user-group

> Security groups (membership + role assignments).

## Overview

Security groups (membership + role assignments).

## Verbs

| Verb     | Description                                           |
| -------- | ----------------------------------------------------- |
| `list`   | List all user-groups.                                 |
| `get`    | Fetch a single user-group by id.                      |
| `create` | Create a user-group (body via --data).                |
| `update` | Update a user-group (id positional, body via --data). |
| `delete` | Delete a user-group.                                  |

## Detailed help

Run `ekso` directly to see flags and arguments — `--help` reflects the binary you have installed.

```bash theme={null}
ekso user-group --help
ekso user-group list --help
```

## See also

* [CLI overview](/cli/overview)
* [Authentication](/cli/authentication)
* [Configuration](/cli/configuration)
* [API Reference](/api-reference/introduction) — the underlying HTTP routes.
