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

# ravion user

> View and update settings for your Ravion user account, including profile, email, and personal access tokens, from the command line.

## `ravion user`

Manage user account settings

**Aliases:** `users`

### `ravion user change-password`

Change user password

```bash theme={null}
ravion user change-password <userId> [flags]
```

**Flags:**

| Flag                          | Required | Description           |
| ----------------------------- | -------- | --------------------- |
| `--current-password <string>` | yes      | currentPassword       |
| `--new-password <string>`     | yes      | newPassword           |
| `--json`                      |          | emit response as JSON |

### `ravion user get`

Get auth settings for a user

```bash theme={null}
ravion user get <userId> [flags]
```

**Flags:**

| Flag     | Required | Description           |
| -------- | -------- | --------------------- |
| `--json` |          | emit response as JSON |

### `ravion user identity-delete`

Disconnect an identity provider

```bash theme={null}
ravion user identity-delete <userId> <provider> [flags]
```

**Flags:**

| Flag        | Required | Description              |
| ----------- | -------- | ------------------------ |
| `-y, --yes` |          | skip confirmation prompt |

### `ravion user organizations`

Get user organizations

```bash theme={null}
ravion user organizations <userId> [flags]
```

**Flags:**

| Flag     | Required | Description           |
| -------- | -------- | --------------------- |
| `--json` |          | emit response as JSON |

### `ravion user update`

Update user profile

```bash theme={null}
ravion user update <userId> [flags]
```

**Flags:**

| Flag                    | Required | Description           |
| ----------------------- | -------- | --------------------- |
| `--full-name <string>`  |          | fullName              |
| `--json`                |          | emit response as JSON |
| `--short-name <string>` |          | shortName             |
