Versions Compared

Key

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

...

password (Required)

Password of the user.

Code Block
http://yourservername:portnumber/psa/api.do?function=login&username=username&password=password


Return values:

In case of XML data format, you will be returned an XML string with two elements: uid (the user id of the user) and result (true if the password is correct, false otherwise). For example:

...