v1
latestOpenAPI 3.0.02026-07-2691259477.2 KBAccounts | Create & KYC
Update Ultimate Beneficial Owner data
This method enables you to update information related to an Ultimate Beneficial Owner.
put/v2/accounts/{accountId}/ultimateBeneficialOwner/{UltimateBeneficialOwnerId}
Path parameters
accountIdstring required
Account ID
UltimateBeneficialOwnerIdinteger required
UltimateBeneficial Owner ID
Headers
Authorizationstring required
Authorization bearer (OAuth 2)
PSU-Accept-Languagestring
Response language accepted by final client (PSU). English by default
PSU-IP-Addressstring required
IP address of the final client (PSU).
PSU-User-Agentstring
User-agent of the final client (PSU).
Request body
Example request
{
"firstName": "Dupont",
"lastName": "Pierre",
"nationality": "FR",
"isActive": false
}Response
OK