Skip to content
Back to Steward

Update individual screening info

PATCH
/api/v1/screening/individuals/{individualId}
individualId
required
string
object
firstName
string
Example
Jane
lastName
string
Example
Doe
dateOfBirth
string format: date-time
Example
1990-05-15
address

Entity address

object
street
string
Example
123 Main Street
apartment
string
Example
Apt 4B
city
string
Example
London
state
string
Example
England
country
string
Example
GB
postalCode
string
Example
EC1A 1BB
applicationId

Application ID (required for role updates)

string
Example
507f1f77bcf86cd799439011
roles

Roles for the individual

Array<string>
Allowed values: DIRECTOR SHAREHOLDER UBO GENERAL_PARTNER LIMITED_PARTNER INVESTMENT_MANAGER FOUNDER COUNCIL_MEMBER TRUSTEE SETTLOR BENEFICIARY PROTECTOR INTERMEDIARY CONTROLLING_PERSON AUTHORIZED_SIGNATORY RELATED_PARTY PARENT PLAN_SPONSOR SENIOR_MANAGING_OFFICIAL EXECUTOR_ADMINISTRATOR DECEASED_PERSON JOINT_ACCOUNT MANAGER SIGNER
Example
[
"DIRECTOR",
"SHAREHOLDER"
]