This page is viewable only by superadmin users. It allows the superadmin to see every user that has been imported via Club Automation, searchable by name, email, phone, and CA ID. Can filter by F&F membership/non-membership, and whether they are enrolled as students.

There is a very lengthy sync process that occurs once a day. API endpoints do not exist to get users in bulk, so the current process pulls walks the enter database one at a time by incrementing userIDs.

However, Club Automation has web hooks we could register that push out data for crud operations on users, and this is a better solution.

Sync is two-way — if an admin updates a user on this page, the change is pushed back out to Club Automation.

API calls are rate limited to fit into F&F’s budget.