Update User

Log in to see full request history

The Update User function updates the user object values.

This can be utilized when taking certain tests that require updated information. An example would be the identity quiz test, which requires the user to fill out information like name, address, state, date of birth, etc. Update the user and then make the respective call.

The required parameter for this call is userAccessCode(UAC). You can send any parameter with it that you wish to update; vice versa, you don't need to send the parameter that should remain the same.

After the user has successfully completed any Identity Verification, this API will ignore firstName, middleName, lastName and dob parameters and update the rest if provided.

In case a new ssn is provided after being successfully verified before, the API will be billed for SSN Verification .

In case the user or a company admin updates the user's PII, a webhook notification is initiated to make sure the Admins User record is concurrent with the User PII record on Authenticate. Please check more information on webhooks here.

šŸ“˜

Of Special Note-

Although this does contain the option to send the Social Security number, please only do so if requested to within a response. Most of the time, we are able to successfully identify a person without need of their ssn. There are times, however, where there is very little information on a person and a social is required in order to properly find them. If the endpoint sends back an error indicating that there is not enough information and everything else has been filled out, then request it from a user.

Body Params
string
required
string

First name of the user

string

Middle name of the user

string

Last name of the user

string

Date of Birth

integer

House Number of the user

string

Street Name of the user

string

Address of the user(DEPRECATED, add houseNumber and streetName instead)

string

City of the user

string

State of the user

string

Zip Code of the user

string

Social Security Number of the user (Full 9 digit SSN or First 5 digits or last 4 digits)

Responses

Language
Credentials
API KEY