Where can I edit in the web console to allow users to invite? or in the code if possible?
Is the user inside the team?
yes sir.
Maybe it needs to role Owner to be able to do that
An alternative is using an appwrite function
how to add user to be an owner of existing team?
any idea sir @D5 ?
Change/add the role of the user in the team to "Owner"
yes. it works already.
So does that solve it?
Note that the user will be the owner, meaning it can have more permissions than average user (can delete/modify the team if I remember it well). If you don't want that, use an appwrite function to generate the invitation
yes.
Recommended threads
- Realtime doesn't seem to work with Table...
Hi, I am trying to connect my tables rows with realtime on my react website, it connects, but I dont get the rows when a row is being created. I tried with Chan...
- Resource limit error using API for proje...
Project ID: 67414182001dfe44c386 Endpoint: https://fra.cloud.appwrite.io/v1 Web Dashboard works fine, able to CRUD. But API return error ``` { "message": "...
- Failed to receive appwrite reset passwor...
Hey there, I forgot my password for my appwrite account but when i use forgot password, i dont get an email to reset the account but when i try to create a new ...