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

# Users overview

> API reference for user management

## Overview

A User represents an entity that can authenticate and interact with the system. Users can have multiple credentials, roles, and associated personas.

## Core Concepts

### User Properties

* **name**: Unique username
* **active**: Account status
* **lang**: Preferred language
* **mfa\_mode**: MFA setting (off/email/phone/totp)

### Credential Types

* `email`: Email address
* `phone`: Phone number
* `totp`: Time-based OTP
* `telegram`: Telegram ID
* `whatsapp`: WhatsApp number

<Note>
  See individual endpoint documentation for detailed request/response formats and examples.
</Note>
