Update User
Updates an existing user.
Path parameters
uidinteger · int64Required
User ID as a decimal integer
Header parameters
sessionTokenstringRequired
Session authentication token.
Body
V2 User record.
emailAddressstringOptionalExample:
[email protected]firstNamestringOptionalExample:
JohnlastNamestringOptionalExample:
DoeuserNamestringOptionalExample:
johndoedisplayNamestringOptionalExample:
John DoecompanyNamestringOptionalExample:
CompanydepartmentstringOptionalExample:
DepartmentdivisionstringOptionalExample:
DivisiontitlestringOptionalExample:
TraderworkPhoneNumberstringOptionalExample:
+15419999999mobilePhoneNumberstringOptionalExample:
+15419999999twoFactorAuthPhonestringOptionalExample:
+15419999999smsNumberstringOptionalExample:
+15419999999accountTypestring · enumOptionalExample:
NORMALPossible values: locationstringOptionalExample:
New YorkrecommendedLanguagestringOptionalExample:
englishjobFunctionstringOptionalExample:
TraderassetClassesstring[]OptionalExample:
["Equities"]industriesstring[]OptionalExample:
["Healthcare","Technology"]marketCoveragestring[]OptionalExample:
["EMEA"]responsibilitystring[]OptionalExample:
["BAU"]functionstring[]OptionalExample:
["Trade Processing"]instrumentstring[]OptionalExample:
["Equities"]Responses
200
Success
application/json
400
Client error, see response body for further details.
application/json
401
Unauthorized: Invalid session token.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
post
/v2/admin/user/{uid}/updateRequest Example
curl -X POST \
https://acme.symphony.com/pod/v1/admin/user/7215545078541/update \
-H "sessionToken: SESSION_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"accountType": "NORMAL",
"firstName": "Jane",
"lastName": "Doe",
"username": "janedoe",
"displayName": "Jane Doe",
"companyName": "Symphony",
"department": "",
"division": "",
"title": "Sales Manager",
"workPhoneNumber": "",
"mobilePhoneNumber": "",
"twoFactorAuthPhone": "",
"location": "San Francisco",
"jobFunction": "Sales",
"assetClasses": ["Commodities"],
"industries": ["Basic Materials"],
"marketCoverage": ["EMEA"],
"responsibility": ["BAU"],
"function": ["Trade Management"],
"instrument": ["Securities"],
"currentKey": {
"key":"-----BEGIN PUBLIC KEY-----\nMIICIj...==\n-----END PUBLIC KEY-----",
"action":"SAVE"
}
}'
📘 Note - Suspension
🚧 Required Permissions
❗️ Known Issues
Last updated
Was this helpful?