The endpoint allows to update the details for existing users based on user ID.
Updating the Verification Details
Verification details are stored as a single verification object. We do not store the preceding data, so in the case of updating existing data, we can only overwrite it. It is impossible to change a single detail of verification data, like birth date or nationality; if the update of verification data is needed, the whole verification object needs to be sent again.
The user to create.
Update user
Error
Invalid user
Account is inactive
Invalid language
Duplicate external_id
Error
Too Many Requests
Error
Maintenance or Service unavailable
{- "email": "username@domain.com",
- "phone": "+33123123412",
- "first_name": "Jean",
- "last_name": "Pascal",
- "language": "en",
- "country": "FR",
- "terms": [
- 1,
- 2
], - "aml": [
- {
- "question_id": 1,
- "answer_id": 2
}
], - "appropriateness": [
- {
- "question_id": 1,
- "answer_id": 2,
- "value": "BP 21321412421"
}
], - "verification": {
- "report": "5ce18a58-26f7-4c5d-a9ff-bc348f84b48d",
- "files": [
- "8074815a-905a-4cad-9190-5842bf236d02"
], - "provider": "Verification Provider Name",
- "token": "verification-token",
- "issuing_date": "2021-04-25",
- "expiration_date": "2028-04-24",
- "verification_date": "2021-11-30",
- "address": {
- "street": "52 RUE DES FLEURS",
- "city": "Lyon",
- "zip_code": "33500",
- "country_of_residence": "FR"
}, - "gender": "male",
- "birth_date": "1970-12-29",
- "birth_place": "Lyon, France",
- "national_id": "FR 213132132",
- "mrz_code": "P<UTOERIKSSON<<JOHN<DOE<<<<<<<<<<<<<<<<<<<<<L898902C36UTO7401122F1202159ZE181226B<<<<<10",
- "document_type": "id_card",
- "language": "en"
}, - "tax": {
- "id": "12345678",
- "residence": "AT"
}, - "ext_compliance": {
- "ext_pep_statuses": [
- "Current PEP",
- "Domestic PEP"
], - "ext_user_risk_level": "level 3",
- "ext_user_reviewed_kyc_data_at": "2021-07-01T14:56:45+03:00"
}, - "account_level_id": "1",
- "external_id": "Ext-Id-1",
- "external_meta": {
- "meta_1": "value_1",
- "meta_2": "value_2"
}
}
{- "data": {
- "id": "6d7653c6-8ea5-4096-a30e-c86d8eee7d9d"
}
}