v1
latestOpenAPI 3.0.22026-07-24113565544.0 KBUsers
Update User
Updates a User details by userID.
patch/users/{userID}
Path parameters
userIDstring required
Unique ID of the User to update.
Request body
Example request
{
"documents": [
{
"type": "BASIC_INFO",
"data": {
"firstName": "Justin",
"lastName": "Smith",
"country": "USA",
"phone": "18004612680",
"emailAddress": "jj@drivewealth.dev"
}
}
]
}Response
Fetching a User is Successful.
Example response
{
"id": "cc07f91b-7ee1-4868-b8fc-823c70a1b932",
"ackSignedWhen": "2022-12-11T22:28:21.666Z",
"addressLine1": "15 Exchange Place",
"addressLine2": "Suite 1000",
"city": "Jersey City",
"countryID": "USA",
"displayName": "JSmith",
"dob": "2000-12-3",
"dateOfDeath": "2025-12-04",
"email": "jj@drivewealth.dev",
"firstName": "Justin",
"lastName": "Smith",
"parentIB": {
"id": "80f9b672-120d-4b73-9cc9-42fb3262c4b9",
"name": "Tendies Trading Company"
},
"phone": "18004612680",
"referralCode": "71J000",
"stateProvince": "NJ",
"wlpID": "TTC",
"walletSettlementProfileID": "bank-profile-1",
"idNo": "****-4444",
"idIssuingCountry": "USA",
"idIssuingProvince": "NJ",
"idIssueDate": "2022-12-25",
"idExpiryDate": "2022-12-25",
"institutionalDirectorInfo": {
"404471ab-d30d-493c-b00b-d72b3c469d35": {
"title": "Chief Innovation Officer",
"controlContact": false,
"institutionalID": "404471ab-d30d-493c-b00b-d72b3c469d35",
"percentage": 0.5,
"roles": [
"TRUSTEE",
"GRANTOR",
"BENEFICIARY"
]
}
},
"status": {
"name": "PENDING",
"description": "User is pending approval."
},
"userType": {
"name": "INDIVIDUAL_TRADER",
"description": "Individual Trader"
},
"usCitizen": true,
"updatedWhen": "2022-12-11T22:28:21.810Z",
"employerBusiness": "FINANCE",
"employmentStatus": {
"name": "EMPLOYED",
"description": "Employed"
},
"citizenship": "USA",
"createdWhen": "2022-12-11T22:28:21.810Z",
"maritalStatus": {
"name": "SINGLE",
"description": "Single"
},
"ackCustomerAgreement": true,
"ackJointCustomerAgreement": true,
"ackOptionsAgreement": true,
"termsOfUse": true,
"employerCompany": "DriveWealth LLC",
"employerCompanyID": "cc07f91b-7ee1-4868-b8fc-823c70a1b932",
"employerCompanyStartDate": "2014-09-29",
"employerCompanyEndDate": "2022-12-25",
"employerIsBroker": true,
"employmentPosition": "ENGINEER",
"investmentObjectives": {
"name": "CAPITAL_PRESERVATION",
"description": "Capital Preservation"
},
"investmentExperience": {
"name": "YRS_10_",
"description": "10+ yrs"
},
"riskTolerance": "HIGH",
"validTaxForm": true,
"w8received": "2026-02-06",
"w8expires": "2029-12-31",
"validTaxFormWhen": "2022-12-11T22:28:21.810Z",
"taxTreatyWithUS": true,
"taxCountry": "AUS",
"taxAttestation": {
"signedBy": "6411bcff-1490-49a7-bd98-605219c0ee7d",
"signedWhen": "2022-12-11T22:28:21.810Z"
},
"avatarURL": "https://secure.gravatar.com/avatar/2076105f6efe7c11e285add95f514b9a.jpg",
"annualIncomeRange": "$0 - $24,999",
"ackDisclosureRule14b": true,
"networthLiquidRange": "$0 - $24,999",
"networthTotalRange": "$0 - $24,999",
"investmentEquitiesExperience": "LIMITED",
"investmentEquitiesYears": "YRS_10_PLUS",
"investmentEquitiesTradesPerYear": "YRS_10_14",
"investmentEquitiesAverageTradeSize": "AVG_0_9999",
"investmentOptionsExperience": "LIMITED",
"investmentOptionsYears": "YRS_10_PLUS",
"investmentOptionsTradesPerYear": "YRS_10_14",
"investmentOptionsAverageTradeSize": "AVG_0_9999",
"investmentEquitiesKnowledge": "LIMITED",
"investmentOptionsKnowledge": "LIMITED",
"investmentEquitiesYearsOfExperience": 3,
"investmentEquitiesTradesPerYearV2": 15,
"investmentEquitiesAverageTransactionAmount": 5000,
"investmentEquitiesTransactionTypes": [
"LONG"
],
"investmentOptionsYearsOfExperience": 2,
"investmentOptionsTradesPerYearV2": 10,
"investmentOptionsAverageTransactionAmount": 3000,
"investmentOptionsTransactionTypes": [
"LONG"
],
"secondaryInvestmentObjectives": [
"INCOME"
]
}