doLogin

Log in to the system.

  • Input data type => object
  • Output data type => object

Input parameters

  1. username (string)
  2. Required. User name.

  3. password (string)
  4. Required. User password

Output data

  1. hash (string)
  2. Session identifier

To use the WebApi function correctly, a current session identifier is required.

To obtain an identifier, use the doLogin function.

Only ordinary administrators with WebAPI permissions - access and modification can use the above function.