Skip to main content

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
See individual endpoint documentation for detailed request/response formats and examples.