# Account

Source: https://docs.elnora.ai/docs/cli/account
Last modified: 2026-09-08T22:35:25-06:00

> Manage your account profile and legal agreements.

Manage your account profile and legal agreements.

## elnora account acceptTerms

Accept a user agreement / terms of service

```bash
elnora account acceptTerms [required options] [options]
```

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `documentVersionId` | string | yes | Document version ID to accept |

## elnora account agreements

List user agreements

*Read-only*

```bash
elnora account agreements
```

## elnora account delete

Delete your own account

*Destructive*

```bash
elnora account delete [options]
```

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `yes` | boolean | no | Skip confirmation prompt Default: `false`. |

## elnora account get

Get account details for a user

*Read-only*

```bash
elnora account get [required options] [options]
```

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `userId` | string | yes | User ID |

## elnora account update

Update account details for a user

```bash
elnora account update [required options] [options]
```

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `firstName` | string | no | First name |
| `lastName` | string | no | Last name |
| `userId` | string | yes | User ID |
