Skip to main content
PUT
Update Related Person
Updates a related person on a business account’s application. Provided fields are merged into the existing record.
taxId can be patched onto an existing person — useful for representatives added before the field existed, whose USD issuance is blocked until one is supplied. See Add Related Person for the per-country formats.

Example Request

Example Response

Authorizations

X-API-Key
string
header
required

Your Rolla API key

Path Parameters

accountId
string<uuid>
required

Identifier of an account owned by the same user as your API key's business

personId
string<uuid>
required

Related person identifier

Body

application/json
id
string
firstName
string
Example:

"John"

lastName
string
Example:

"Doe"

roles
enum<string>[]
Available options:
Beneficial Owner,
Director
email
string<email>
phone
string
dateOfBirth
string
Example:

"1990-01-15"

ownershipPercentage
number
Required range: 0 <= x <= 100
currentAddress
object
sourceOfWealthExplanation
string
taxId
string

The person's government identifier, in the format their country of residence issues — Mainland China: 18-character resident ID; Hong Kong: HKID; United States: SSN or ITIN; elsewhere: national ID or tax number as issued. Nigerian residents send nin instead. Required before the application can be submitted, and can be patched onto an existing person. The format is validated by the USD provider when the account is issued.

Example:

"440301199209153216"

bvn
string

Bank Verification Number (11 digits). Nigerian residents only.

nin
string

National Identification Number (11 digits). Nigerian residents only; accepted in place of taxId.

Response

Related person updated successfully

success
boolean
Example:

true

message
string
Example:

"Related person updated successfully"

data
object