Update a Person
Endpoint
Method for updating an existing person. Once the person is created you get an unique identifier that is required for this API. You can update certain values for a person but not the images (which may require a liveness test again).
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Params
Name
Type
Description
name
string
the full name of the person.
date_of_birth
string
the date of birth in the next format: YYYY-MM-DD
gender
string
the gender of the person. Options [M, F]
notes
string
additional notes for this person. Could be extra information.
collections
Array of strings
List of collections, you can add or remove from the list.
nationality
string
Nationality can be updated, Example: Mexican, Canadian, Colombian, etc.
Request
Response
Last updated