
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
- Creating a relationship with nested obje...
{ "data": { "name": "DiDi", "type": "Software Development", "userJobs": [{ "$id": "68cbf1e2003612fb13ca", "j...
- Realtime integration with SSR auth
Hey, I have a nextjs website with SSR auth, works great. I use a session client for user verification and an admin client with API key. Both is used with node-...
- Suggest simple auth flow using just a cu...
Hi...i wanted to know how can we create a auth session using custom id and password. I can give each teacher and student some specific id and corresponding to ...
