user
, represents users (maybe corresponds to employees). This entity is empty because it’s only responsible for referencing users.organization
, represents the organization the user (employees) belongs. It has several roles and permissions related to the specific resources such as organization files and vendor files.action edit_files = admin or manager
indicates that only the admin or manager has permission to edit files in the organization.
action view_files = admin or manager or (member not agent)
indicates that the admin, manager, or members (without having the agent role) can view organization files.