APIs.io
Search
Providers
APIs
Capabilities
Tags
More
Schemas
AsyncAPI
JSON-LD
Rules
Vocabularies
About
Support
Blog
Blog
Add API
Search
Home
Appwrite
User
Appwrite
· Schema
User
An Appwrite user account with authentication credentials
Applications
Backends
Mobile
Open 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