Is it possible to make users join a team for example with a code, like in Google classroom or discord server links?
Hello welcome! Yes, it is possible. here it is https://appwrite.io/docs/client/teams?sdk=flutter-default#teamsCreateMembership
What @rafagazani is right, it is possible to do that. However, please note the endpoint is limited to 10 requests in every 60 minutes per IP address.
But you should invite them individually, is it possible to make a code to allow everyone joining?
to add users without requiring them to accept the invite, you can use an Appwrite Function and server SDK.
Ok, the server function basically adds the user manually to the team, true?
yes, with a server SDK and API key, they're added into the team without any invitation/acceptance required
Ok, thanks you so much for all, you helped me a lot
[SOLVED] Adding to Team without Accepting Invitation
[SOLVED] Join yourself into a team
Oh, sorry, was changing
Change again
[SOLVED] Adding to Team without Accepting Invitation
Perfect
no worries! that was funny 😆
Yep 🤣
Yes, I see now how to do it, and just they appear the new team in their user interface. Thats the way I see
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 ...