* Data from foundation DB used as a base reference to determine missing higher access users. This data can be
* fetched using the following query:
*
* <code>
* SELECT p.PersonID, p.Email FROM OrganizationContacts oc INNER JOIN People p ON p.PersonID = oc.PersonID WHERE oc.Relation IN ('CR', 'DE', 'MA', 'CRA') GROUP BY p.PersonID