Organization resource that has a many to many relationship with my User resource.Organization resource:UserOrganization resource has a special attribute inside of which defined if the user is an admin inside that organization:virtual attribute in the Organization resource that will tell if that user (the actor) is an admin.UserOrganization resource directly from Organization.admin? field:user_organization from the actor.organization_id and user_id.