Permission for team members

Hi,

Assuming that all my users are grouped according to their organization.
Instead of having just owner permission for the database, what should be the correct way to control permission for users under organization only?

Is it to make use of event handlers ?

Hi @Francis_Thong,

you can create a custom role for each organization and assign it to your users.
Then you can manage permissions on the role level.

Regards,
Stanislaw

Hi,

What if rows in the same table belongs to different organisation. In such cases, roles alone will not work as it applies to all rows in the table?

We don’t have row-level roles permissions, so in this case, you may control it by custom logic in the event handlers or by creating a custom proxy API using our API Services.