User (v2)
Overview
Represents a user.
Members
Member variables of the entity:
Member | Type | Description | Requirements | Max. Length |
|---|---|---|---|---|
id | Integer | User ID |
|
|
loginName | String | Login name |
| 64 |
passwordHash | String | Password hashed using MD5 |
| 32 |
displayName | String | Long display name of the user |
| 64 |
String | Email address |
| 128 | |
crmUserId | String | CRM User ID for integration with other systems |
|
|
language | String | User interface language |
| 32 |
timeZone | String | Time zone in standard Java time zone format |
| 100 |
validFrom | Date | Start of the user's validity period |
|
|
validTo | Date | End of the user's validity period |
|
|
locked | boolean | Locked status, locked users can not access the system |
|
|
eid | String | Enterprise ID (4 characters long) | Needed if environmentShortName | 4 |
environmentShortName | String | Enterprise short name | Needed if eid | 64 |
nonModifiable | boolean | Can the user's properties be modified |
|
|
passwordExpires | boolean | Shows whether the password will expire or not |
|
|
needChangePassword | boolean | Shows whether user Must Change Password at Next Logon |
|
|
observerUserId | Integer | Observer User ID for 'four eyes login' |
|
|
observerGroupId | Integer | Observer Group ID for 'four eyes login' |
|
|
userType | String | Type of the user:
|
|
|
recorderLinePIN | String | Recorder Line PIN |
|
|
agentId | String | Contact Center Agent ID or Cisco Owner User ID. HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Verba\Web\ShowUserAgentID (DWORD) = 1 |
|
|
apiAccessOnly | boolean | API Access Only |
|
|
customDateFormat | String | Optional custom date format for the user |
|
|
customTimeFormat | String | Optional custom time format for the user |
|
|
externalId | String | External ID for integration with other systems |
|
|
extensions | List<Extension> | List of extensions associated with the user, |
|
|
groupMemberships | List<GroupMembership> |
|
|
|
roles | List<String> |
|
|
|