
Hello, I'm new to appwrite. I'm searching for a way to assign teams to users without sending invitation code. Unfortunately didn't find anything , isn't there a proper way to do this?

You can do this with a server SDK and API key in an Appwrite Function


In my project you can see a example of how implement it

How can we do so? I only find calls to create a team membership via email invitation and update the status with the secret string sent by mail. Am I missing something?

When using the same method with the Server side SDK then no email will be send to the user and the user will be add to the team automatically.
You can ignore url
parameter in the server side by setting to any url
Recommended threads
- OAuth2 with IPhone When users enables "H...
I am using Appwrite OAuth2 to authenticate users in my app (Flutter) Normally, I am using the user's email for the authentication, when he first registers , and...
- Still showing this after complete my pay...
This project is in readonly mode. Please contact the organization admin for details.
- flutter_web_auth_2 needs to be updated!
The appwrite SDK is using an old version of flutter_web_auth_2 which I beleive is now deprecated, or atleast, isn't working for me. iOS, Linux, Web, Windows stu...
