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
- "Restore project" button fails: "Invalid...
In the dashboard, it clicking "Restore project" fails. The request sent to `PATCH https://cloud.appwrite.io/v1/projects/:project_id` with payload `{status: "act...
- After assigning a domain to my Dart func...
I’ve attached the images. Could anyone please explain how this execution is being performed?
- Provider not enabled in Dotnet project
# Bug Report: Appwrite .NET SDK `CreateOAuth2Token` → `project_provider_disabled` ## Issue Using **Appwrite .NET SDK (v3.1.0)**, `CreateOAuth2Token` for Googl...