mirror of
https://github.com/appwrite/appwrite
synced 2026-05-02 02:47:17 +00:00
1 line
No EOL
225 B
Markdown
1 line
No EOL
225 B
Markdown
Create a new user. Password provided must be hashed with the [Bcrypt](https://en.wikipedia.org/wiki/Bcrypt) algorithm. Use the [POST /users](/docs/server/users#usersCreate) endpoint to create users with a plain text password. |