Apple Developer
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.