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 addressphone: Phone numbertotp: Time-based OTPtelegram: Telegram IDwhatsapp: WhatsApp number
See individual endpoint documentation for detailed request/response formats and examples.