ILS-DI

AuthenticatePatron

Authenticates a user's login credentials and returns the identifier for the patron.

Parameters

username (Required)
user's login identifier
password (Required)
user's password

Example call

ilsdi.pl?service=AuthenticatePatron&username=john9&password=soul

Example Response

<?xml version="1.0" encoding="ISO-8859-1" ?>
<AuthenticatePatron>
  <id>419</id>
</AuthenticatePatron>

Powered by Koha