UserInfoType
The GetUsers function result.
Fields
acd_status
acd_status: string
The ACD operator status. The following values are possible: OFFLINE, ONLINE, READY, BANNED, IN_SERVICE, AFTER_SERVICE, TIMEOUT, DND
acd_status_change_time
acd_status_change_time: timestamp
The ACD status changing UTC date in 24-h format: YYYY-MM-DD HH:mm:ss
balance
balance: decimal
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 GetAccountInfo method
created
created: timestamp
The user editing UTC date in 24-h format: YYYY-MM-DD HH:mm:ss
fixed_balance
fixed_balance: decimal
The last committed balance which has been approved by billing's transaction
live_balance
live_balance: decimal
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: timestamp
The user editing UTC date in 24-h format: YYYY-MM-DD HH:mm:ss
parent_accounting
parent_accounting: boolean
Whether the user uses the parent account's money, 'false' if the user has a separate balance
user_active
user_active: boolean
Whether the user is active. Inactive users cannot log in to applications
user_custom_data
user_custom_data: string
The custom data
user_display_name
user_display_name: string
The display user name
user_id
user_id: number
The user ID
user_name
user_name: string
The user name