If adding a user to a team, do I need to ask them to check there email and accept the invitation?
If you call teams.createMembership()
, client side, yes
Is there a way to add a user to a team without having them go through the invite and accept invitation process?
For example, the app I am looking to create is going to be a meetup style app where users can be members of multiple community groups via a group code, so when they join a group, I would want to add them to the team automatically so that the permissions on documents related to a specific team are already in palce
Recommended threads
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Got message for auto payment of 15usd fo...
how did this happen? 1. i claimed my 50usd credits via jsm hackathon - https://hackathon.jsmastery.pro/ 2. it asked me which org. to apply the credits on, i se...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...