1
0
Fork 0
mirror of synced 2024-08-04 13:01:45 +12:00
appwrite/docs/references/account/create.md

1 line
436 B
Markdown
Raw Normal View History

2023-09-29 01:56:27 +13:00
Use this endpoint to allow a new user to register a new account in your project. After the user registration completes successfully, you can use the [/account/verfication](/docs/references/cloud/client-web/account#createVerification) route to start verifying the user email address. To allow the new user to login to their new account, you need to create a new [account session](/docs/references/cloud/client-web/account#createSession).