I am currently trying to develop an application in which it is possible to add users to joint project groups. For this I want to use the "Teams" functions to group the users. The users should only have to register via SMS. When I try to assign a new user to a team, Appwrite expects the user to provide an email address. Since the user does not need one, it does not exist.
Is there a way to add users to a team without an email address?
I've already tried adding the user to a team via the client and server sdk.
This feature was added in 1.4: https://appwrite.io/docs/references/cloud/client-web/teams#createMembership.
What version of Appwrite are you on? What SDK are you using and what version of the SDK?
In fact, I was on an old version of the Server SDK. After upgrading from version 9.0.0 to 11.0.0, my server-side function now works without providing an e-mail address! Thanks
[SOLVED] Server SDK: Adding User to Teams without e-mail address
Recommended threads
- Upgrade Issue
Am having issue upgrading my appwrite account to pro as my card number is 19 and the required input is 16 digit
- Is there way to copy project (backup/res...
I think there is betterr way of fast back up / restore specified project
- Database setup
Hi everybody, I'm new to AppWrite and I need some help designing a database. I'm trying to set up a database where: 1. There are USERS 2. A USER can create an ...