# Account

Source: https://docs.elnora.ai/docs/mcp/account
Last modified: 2026-09-08T22:34:42-06:00

> Manage your account profile and agreements.

Manage your account profile and agreements.

## elnora_account_acceptTerms

Accept a user agreement / terms of service

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

## elnora_account_agreements

List user agreements

*Read-only · Idempotent*

_No parameters._

## elnora_account_delete

Delete your own account

*Destructive*

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `yes` | any | yes | Skip confirmation (required true for MCP) |

## elnora_account_get

Get account details for a user

*Read-only · Idempotent*

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `userId` | any | yes | User numeric ID |

## elnora_account_update

Update account details for a user

*Idempotent*

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