
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
- Type generation without $id parameter
I'm trying for the first time appwrite on 2 projects and after I've tested appwrite types generation with the cli I'm a little bit confused why it doesn't inclu...
- Implementing Offline Login Caching with ...
Hi, I'm evaluating Appwrite for my Flutter app and need clarification on handling offline login sessions. My app requires users to log in, with the session ca...
- Flutter OAuth2 Google does not return to...
When the flow starts, the browser opens, I select an account, and it keeps showing: """ Page not found The page you're looking for doesn't exist. `general_rout...
