post https://api-v3.authenticating.com/user/create
The Create User function creates a user profile or an object on the Authenticate system. This function returns a unique User Access Code(UAC). This UAC can be created multiple times for the same information.
User Access Code (UAC) is a v4 UUID and will be used in subsequent API calls to reference the respective user.
Important Notes:
- The
FirstName
,LastName
,DateOfBirth
, and"
), or sent asnull
; fields that are not required should be entered asnull
in case they are unavailable.HouseNumber
should be only numeric, andStreetName
should be a string. These two fields are mandatory for successfully completing background checks.- The
country
value matches a list of country codes. For example, the USA is for the United States, CAN is for Canada, etc. For a full list of supported countries, please see this list.- The
ssn
field is optional and can be full (9 digits) or partial (last 4 digits).