Appwrite · Schema

User

An Appwrite user account with authentication credentials

ApplicationsBackendsMobileOpen Source

Properties

Name Type Description
$id string Unique user identifier
name string User display name
email string User email address
phone string User phone number
emailVerification boolean Whether email is verified
phoneVerification boolean Whether phone is verified
status boolean User account status (active/disabled)
createdAt string Account creation timestamp
updatedAt string Last update timestamp
labels array User labels for RBAC
View JSON Schema on GitHub