v1
latestOpenAPI 3.1.02026-07-26290133.2 KBUpdate Linked Client
Update an existing Individual or Business Linked Client
put/linkedClient/{id}
Path parameters
idstring required
accountHolderId from the Create Linked Client request.
Request body
Response
200
Example response
{
"id": 1234,
"accountHolderId": "cf24fc85-5ce7-495c-ae96-dee484304170",
"createdDateTime": "1986-04-29T07:09:04.985325Z",
"status": "ACTIVE",
"kycStatus": "VERIFIED",
"friendlyName": "John Doe",
"metadata": {
"userId": "ABC1234"
},
"clientType": "INDIVIDUAL",
"individual": {
"address": {
"addressLine1": "10 Downing Street",
"addressLine2": "Westminster",
"city": "London",
"country": "GB",
"postCode": "SW1A 2AA",
"state": "Greater London"
},
"firstName": "Boris",
"middleName": "de Pfeffel",
"lastName": "Johnson",
"dateOfBirth": "1964-06-96",
"email": "boris@london.gov.uk",
"phone": "442072194682",
"identificationType": "PASSPORT",
"identificationValue": "GB123345678"
}
}