Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • id - unique user ID;
  • k - session key;
  • name - user name;
  • sread - list of access to read server;
  • swrite - list of access to the server record;
  • сread - access list for reading the client;
  • сwrite - list of access to the client's record;
  • gread - access list for reading groups;
  • gwrite - group write access list;
  • mail - e-mail address for user contact;
  • phone - phone number for user contact.

Closing the session is carried out by the "authclose" command with session key:

  • querytype — request type: authclose — close the user session in the system;
  • k — session key.

Reading user account data

...