I need help in setting up individual project permission for individual members of Organisation.
Let us take an example:-
I have 1 organization in which 2 members and 2 projects
i want 1 of the member to only see 1 project.
Can any please help me?
Summary
The user is asking for help in setting up individual project permissions for members of an organization. Currently, Appwrite only allows permissions based on teams within an organization, so the user wants to know if it's possible to add project-level permissions through code. The suggested solution is to create two organizations, each with their own projects and members with specific permissions. No solution is provided in the support thread.
Binyamin
Jun 18, 2023, 15:15
Are you referring to Appwrite console?
If so, permission is based on organization
So in your use-case you'll probably need to have 2 organizations.
Tengo
Rank 2: Process
Jun 18, 2023, 17:38
Yes, This is on console level,
and Yes, This is one of the solution, But Is it possible to add this permission of project level by function or by code?