Create User
Endpoint
posthttps://<REGION>.cloud.appwrite.io/v1/users
Description
Create a new user.
Required scopes
Authentication
setProject() and a server API key (setKey()). For direct REST calls, send X-Appwrite-Project and X-Appwrite-Key.Parameters
User ID. Choose your own unique ID or pass the string "unique()" to auto generate it. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can't start with a special char. Max length is 36 chars.
User email.
User password. Must be at least 8 chars.
User name. Max length: 128 chars.
User
User ID.
User creation date in Unix timestamp.
User update date in Unix timestamp.
User name.
User registration date in Unix timestamp.
User status. Pass true for enabled and false for disabled.
Unix timestamp of the most recent password update
User email address.
User phone number in E.164 format.
Email verification status.
Phone verification status.
User preferences as a key-value object Can be one of: preferences
Users
Create User
Endpoint
posthttps://<REGION>.cloud.appwrite.io/v1/users
Description
Create a new user.
Required scopes
Authentication
setProject() and a server API key (setKey()). For direct REST calls, send X-Appwrite-Project and X-Appwrite-Key.Parameters
User ID. Choose your own unique ID or pass the string "unique()" to auto generate it. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can't start with a special char. Max length is 36 chars.
User email.
User password. Must be at least 8 chars.
User name. Max length: 128 chars.
User
User ID.
User creation date in Unix timestamp.
User update date in Unix timestamp.
User name.
User registration date in Unix timestamp.
User status. Pass true for enabled and false for disabled.
Unix timestamp of the most recent password update
User email address.
User phone number in E.164 format.
Email verification status.
Phone verification status.
User preferences as a key-value object Can be one of: preferences