Functions to manage MyChat users: obtain the lists, read the data from the profiles, edit or delete the data.

 

mDecUIN

get the previous registered user identifier;

mExtractUserPhoto

save a user photo on the disk;

mGetBirthdayUsers

get the list of birthday users;

mGetCIDAttribute

obtain an information about user's connection;

mGetCIDSByClientType

get the list of all connections of online applications by type;

mGetCIDSByUINAndClientType

get the list of network connection by a user's account;

mGetGeoPosition

get a user's latitude and longitude (Geoposition);

mGetMaxRegisteredUIN

obtain UIN of the latest registered user on the server;

mGetUINByCID

get an online user's identifier by his connection number;

mGetUserAttribute

obtain an attribute of a user in a text format by his UIN;

mGetUserDataAsJSON

obtain any number of a user data by his UIN in JSON format;

mGetUserFullNameByPreset

obtain a user full name by the template;

mGetUserPrimaryEmail

determine a main email address of a user by his UIN;

mGetUsersListByEmailAndState

obtain a list of user UINs by their email addressees and network statuses;

mGetUsersListByNickAndState

obtain a list of user UINs by their nicknames and network statuses;

mGetUsersListByParams

obtain a list of server users by the set of parameters;

mGetUsersListByState

obtain a list of server users by the current status;

mGetUserState

obtain a user status;

mHaltCID

shut down the client application by ConnectionID;

mHaltUIN

forced disconnection from the server of all client applications of a user with a specified UIN;

mlncUIN

get the next registered user identifier;

mIsUINExists

check a user existence by his UIN;

mIsUINOnline

determine if a specified user is online or not;

mIsUserTeamLead

check if a user is the chief of the department;

mKillCID

disconnect one connection from the server;

mKillUIN

disconnect all online applications of a specified UIN;

mSetRemoteClientCurrentPlaceID

switch MyChat Client interface to a specific conference or private dialogue;

mSetUserAttribute

change one of the user profile fields.