How can I create new user using cloud function?
I'm creating new document with name, email & password stored in it and I want to trigger cloud function that can create new user with specific label.
TL;DR
The user wants to create a new user using a cloud function. They have a document with the user's name, email, and password and want to trigger a function that can create a user with a specific label. The solution is to use the createUser() function from the AppWrite SDK.