v1
latestOpenAPI 3.1.02026-07-26165182724.7 KBUpdate User
Update an existing user. Email and Mobile cannot be updated once they are verified. Once KYC has been started, none of the fields can be updated until the KYC is rejected. Once the KYC has been approved, none of the fields can be updated
patch/user/update
Headers
api-keystring required
Your Striga API key
Authorizationstring required
Your HMAC signature
Request body
Response
200
Example response
{
"firstName": "Claudia",
"lastName": "Tracy Lind",
"email": "test_1655832993@mailinator.com",
"documentIssuingCountry": "PS",
"nationality": "RS",
"mobile": {
"countryCode": "+372",
"number": "56316716"
},
"dateOfBirth": {
"month": "1",
"day": "15",
"year": "2000"
},
"address": {
"addressLine1": "Sepapaja 12",
"addressLine2": "Hajumaa",
"city": "Tallinn",
"state": "Tallinn",
"country": "EE",
"postalCode": "11412"
},
"occupation": "PRECIOUS_GOODS_JEWELRY",
"sourceOfFunds": "OTHER",
"purposeOfAccount": "OTHER",
"selfPepDeclaration": true,
"placeOfBirth": "Antoniettamouth",
"expectedIncomingTxVolumeYearly": "MORE_THAN_15000_EUR",
"expectedOutgoingTxVolumeYearly": "MORE_THAN_15000_EUR",
"KYC": {
"status": "NOT_STARTED"
},
"userId": "9fd9f525-cb24-4682-8c5a-aa5c2b7e4dde",
"createdAt": 1655832993460
}