ADAPI
Loading...
Searching...
No Matches
ADAPI.User Class Reference

Class describes single user. More...

Public Member Functions

ResultCode sendScreenPop (KVList data, string stepId=null)
 Sends a screenpop to that user.
override string ToString ()
 Returns string representation of the object.

Properties

string id [get]
 Unique user ID.
string teamId [get]
 ID of the team the user belongs to.
Team team [get]
 Reference to the Team object the user belongs to.
string loginId [get]
 User login ID (username).
string firstName [get]
 User's first name.
string lastName [get]
 User's last name.
string fullName [get]
 User's full name. Composed from first and last name accordign to configured display name format.
string number [get]
 Phone number the user is currently logged in with.
bool isLogged [get]
 Specifies if user is curretnly logged in.
bool isAgent [get]
 Specifies if user can perform agent activities (get interactions from the queue).
UserState state [get]
 Specifies current state of the user.

Detailed Description

Class describes single user.

Member Function Documentation

◆ sendScreenPop()

ResultCode ADAPI.User.sendScreenPop ( KVList data,
string stepId = null )

Sends a screenpop to that user.

Parameters
dataScreenpop data. Actual content is defined by client application.
stepIdID of teh interaction step teh screenpop is associated with.
Returns

The documentation for this class was generated from the following file: