Hello there!
Are these the only parameters that can be used with the users.create()
method: userId
, email
, phone
, password
, name
?
All these parameters
thank you @vectorX ! I had actually thought there are more to that.
Note that this is the Server SDK, not the one you’d be using on your frontend.
Recommended threads
- Trying to Figure out how to delete a use...
If i have a button in an app that allows a user to delete their account, can I not just call a function from my swift app to Appwrite to have the account delete...
- Expected a value of type 'bool', but got...
I am trying to get current User, but get this error message when I do. I get back user prefs, but error comes from trying account.get() So I am getting User. I ...
- Problem accessing api via local host.
I think i set the Endpoint correctly in my config.ts als the cloud.appwrite url but when i try to create a user I get this Error message: Access to XMLHttpReque...