Users
Footprint makes it easy to onboard customers by unifying identity verification and data vaulting. A user in Footprint stores all PII for that user and all history of identity verification.
Users can be created in two ways:
- First, they can onboard through Footprint's interactive onboarding product using a Playbook configured in the Footprint dashboard.
- Or, they can be create directly via the POST /users API below.
We recommend creating one Footprint user for each user you have in your database
and storing the user's fp_id in your database table of users. Footprint is
meant to act as the source of truth for your users' PII and other sensitive
information, so you may often need your user's corresponding fp_id.