Class describes single user. More...
Public Member Functions | |
ResultCode | sendScreenPop (KVList data, string stepId=null) |
Sends a screenpop to that user. More... | |
override string | ToString () |
Returns string representation of the object. More... | |
Properties | |
string | id [get] |
Unique user ID. More... | |
string | teamId [get] |
ID of the team the user belongs to. More... | |
Team? | team [get] |
Reference to the Team object the user belongs to. More... | |
string | loginId [get] |
User login ID (username). More... | |
string | firstName [get] |
User's first name. More... | |
string | lastName [get] |
User's last name. More... | |
string | fullName [get] |
User's full name. Composed from first and last name accordign to configured display name format. More... | |
string | number [get] |
Phone number the user is currently logged in with. More... | |
bool | isLogged [get] |
Specifies if user is curretnly logged in. More... | |
bool | isAgent [get] |
Specifies if user can perform agent activities (get interactions from the queue). More... | |
UserState | state [get] |
Specifies current state of the user. More... | |
Class describes single user.
ResultCode ADAPI.User.sendScreenPop | ( | KVList | data, |
string | stepId = null |
||
) |
Sends a screenpop to that user.
data | Screenpop data. Actual content is defined by client application. |
stepId | ID of teh interaction step teh screenpop is associated with. |
override string ADAPI.User.ToString | ( | ) |
Returns string representation of the object.
|
get |
User's first name.
|
get |
User's full name. Composed from first and last name accordign to configured display name format.
|
get |
Unique user ID.
|
get |
Specifies if user can perform agent activities (get interactions from the queue).
|
get |
Specifies if user is curretnly logged in.
|
get |
User's last name.
|
get |
User login ID (username).
|
get |
Phone number the user is currently logged in with.
|
get |
Specifies current state of the user.
|
get |
ID of the team the user belongs to.