PUT
/
v2.01
/
{ClientId}
/
users
/
{UserId}
/
kyc
/
ubodeclarations
/
{UboDeclarationId}
/
ubos
/
{UboId}

Read more about the UBO object →

Path parameters

UboDeclarationId
string
required

The unique identifier of the UBO Declaration.

UboId
string
required

The unique identifier of the UBO.

Body parameters

LastName
string

Max. length: 100 characters

The last name of the beneficial owner.

FirstName
string

Max. length: 100 characters

The first name of the beneficial owner.

Birthday
timestamp

The date of birth of the beneficial owner.

Note: This is a Unix timestamp in UTC. Ensure you convert your timezone to UTC to avoid midnight being interpreted as the day before.

Nationality
string

Allowed values: Two-letter country code (ISO 3166-1 alpha-2 format).

The nationality of the beneficial owner.

Address
object

The postal address of the beneficial owner.

Birthplace
object

Information about the beneficial owner’s place of birth.

IsActive
boolean

Whether or not the UBO is considered in the declaration. To disregard a UBO, set this parameter to false. This action is irreversible.

Responses