Moderator
Is it possible to make users join a team for example with a code, like in Google classroom or discord server links?
Votes
0
Replies
16
Participants
Unknown
Messages
17
Moderator
Is it possible to make users join a team for example with a code, like in Google classroom or discord server links?
Rank 3: Container
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.
Moderator
But you should invite them individually, is it possible to make a code to allow everyone joining?
Admin
to add users without requiring them to accept the invite, you can use an Appwrite Function and server SDK.
Moderator
Ok, the server function basically adds the user manually to the team, true?
Admin
yes, with a server SDK and API key, they're added into the team without any invitation/acceptance required
Moderator
Ok, thanks you so much for all, you helped me a lot
Admin
[SOLVED] Adding to Team without Accepting Invitation
Moderator
[SOLVED] Join yourself into a team
Moderator
Oh, sorry, was changing
Moderator
Change again
Admin
[SOLVED] Adding to Team without Accepting Invitation
Moderator
Perfect
Admin
no worries! that was funny 😆
Moderator
Yep 🤣
Rank 1: Thread
Yes, I see now how to do it, and just they appear the new team in their user interface. Thats the way I see