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
- Appwrite (Dart SDK) (for package_info_pl...
Hi team! Many Flutter plugins now need package_info_plus 10.x and device_info_plus 13.x, but appwrite 25.4.0 still constrains package_info_plus: >=8.0.2 <10.0...
- Images/Videos in storage appearing broke...
I am running into a storage issue after upgrading my self-hosted Appwrite instance , all of my previously uploaded images and videos are now showing as broken i...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...