UserInfo
Props
acdStatus
acdStatus: string
| undefined
The ACD operator status. The following values are possible: OFFLINE, ONLINE, READY, BANNED, IN_SERVICE, AFTER_SERVICE, TIMEOUT, DND
acdStatusChangeTime
acdStatusChangeTime: Date
The ACD status changing UTC date in 24-h format: YYYY-MM-DD HH:mm:ss
balance
balance: number
The current user's money in the currency specified for the account. The value is the number rounded to 4 decimal places. The parameter is the alias to live_balance by default. But there is a possibility to make the alias to fixed_balance: just to pass return_live_balance=false into the method
created
created: Date
The user editing UTC date in 24-h format: YYYY-MM-DD HH:mm:ss
fixedBalance
fixedBalance: number
The last committed balance which has been approved by billing's transaction
liveBalance
liveBalance: number
The current user's money in the currency specified for the account. The value is the number rounded to 4 decimal places and it changes during the calls, transcribing, purchases etc
modified
modified: Date
The user editing UTC date in 24-h format: YYYY-MM-DD HH:mm:ss
parentAccounting
parentAccounting: boolean
Whether the user uses the parent account's money, 'false' if the user has a separate balance
userActive
userActive: boolean
Whether the user is active. Inactive users cannot log in to applications
userCustomData
userCustomData: string
| undefined
The custom data
userDisplayName
userDisplayName: string
The display user name
userId
userId: number
The user ID
userName
userName: string
The user name