MyChat Scripts Engine: working with users
Functions to manage MyChat users: obtain the lists, read the data from the profiles, edit or delete the data.
get the previous registered user identifier; |
|
save a user photo on the disk; |
|
get the list of birthday users; |
|
obtain an information about user's connection; |
|
get the list of all connections of online applications by type; |
|
get the list of network connection by a user's account; |
|
get a user's latitude and longitude (Geoposition); |
|
obtain UIN of the latest registered user on the server; |
|
get an online user's identifier by his connection number; |
|
obtain an attribute of a user in a text format by his UIN; |
|
obtain any number of a user data by his UIN in JSON format; |
|
obtain a user full name by the template; |
|
determine a main email address of a user by his UIN; |
|
obtain a list of user UINs by their email addressees and network statuses; |
|
obtain a list of user UINs by their nicknames and network statuses; |
|
obtain a list of server users by the set of parameters; |
|
obtain a list of server users by the current status; |
|
obtain a user status; |
|
shut down the client application by ConnectionID; |
|
forced disconnection from the server of all client applications of a user with a specified UIN; |
|
get the next registered user identifier; |
|
check a user existence by his UIN; |
|
determine if a specified user is online or not; |
|
check if a user is the chief of the department; |
|
disconnect one connection from the server; |
|
disconnect all online applications of a specified UIN; |
|
switch MyChat Client interface to a specific conference or private dialogue; |
|
change one of the user profile fields. |