User Attributes Object
User accounts can be initialized as either an End-User or Service User:
End-User accounts are assigned to employees.
Service User accounts are used by applications such as the LDAP sync or any application or bot built using the Symphony APIs.
Do not assign Service User accounts to an employee. Calling certain endpoints requires a Service User configured with the correct role or roles. For more information about End-User and Service User accounts and their roles, see the Symphony Administration Guide.
End-User Account Attributes V2
firstName
and lastName
have a 64-character limit. All other End-User attributes have a 256-character limit.
The following attributes apply to the Create User V2 and Update User v2 endpoints. Note that the column "Required at Creation" concerns only the Create User v2 endpoint.
userAttributes Object | Required at Creationn | Possible Values |
---|---|---|
accountType | Possible values: | |
emailAddress | The user's email address. Must be unique. | |
firstName | The user's first name. Required for | |
lastName | The user's last name. Required for | |
userName | Must be unique. | |
displayName | The user's display name. | |
companyName | The user's company name. If not specified, it is set with the default company name. | |
department | The user's department. | |
division | The user's division. | |
title | The user's title. | |
workPhoneNumber | The user's work phone number. | |
mobilePhoneNumber | The user's mobile number. | |
twoFactorAuthPhone | The user's two factor authentication mobile phone number. | |
smsNumber | The user's SMS number. | |
location | The user's location. | |
recommendedLanguage | The recommended language. | |
jobFunction | The user's job function. Possible values:
| |
assetClasses | The user's asset classes. Possible values:
| |
industries | The user's industries. Possible values:
| |
marketCoverage | Possible values:
| |
responsibility | Possible values:
| |
function | Possible values:
| |
instrument | Possible values:
| |
currentKey | A UserKeyRequest Object containing the current RSA key information to use for authenticating the user. When updating the user, this can be set (rotated) to a new key, in which case the existing key is stored in the previousKey and can be used for authentication during the current session | |
previousKey | A UserKeyRequest Object containing the RSA key information from the previous key in a key rotation scenario. The previous key can be used when the currentKey has been updated during the current session. The previousKey is valid for 72 hours. |
Service User Account Attributes
`userAttributes` Object | Required | Possible Values |
---|---|---|
|
| |
| Must be unique. | |
| The user's email address. | |
| The user's display name. | |
| The user's company name. If not specified, it is set with the default company name. | |
| The user's department. | |
| The user's division | |
| The user's work phone number. | |
| The user's mobile number. | |
| The user's two factor authentication mobile phone number. | |
| The user's location. | |
| The recommended language. | |
| The user's job function.
Possible values:
| |
| The user's asset classes.
Possible values:
| |
| The user's industries. Possible values:
| |
| Possible values:
| |
| Possible values:
| |
| Possible values:
| |
| Possible values:
| |
| A UserKeyRequest Object containing the current RSA key information to use for authenticating the user. When updating the user, this can be set (rotated) to a new key, in which case the existing key is stored in the previousKey and can be used for authentication during the current session. | |
| A UserKeyRequest Object containing the RSA key information from the previous key in a key rotation scenario. The previous key can be used when the currentKey has been updated during the current session. The previousKey is valid for 72 hours. |
Last updated