Recherche d'un usager
Paramètres
| Nom | Obligatoire | Description |
|---|---|---|
| provider_id | Oui | Votre identifiant d'organisation |
| q | Non | Terme de recherche général |
| Non | Adresse courriel de l'usager | |
| identifier | Non | Identifiant de l'usager |
Réponse réussie
| Code | Description |
|---|---|
| 200 | Recherche effectuée avec succès. |
{
members: [
{
"identifier": "20120116205323sVtOoOCU",
"email": "[email protected]",
"name": "John Smith",
"phone": "555-555-5555",
"created_at": "2011-06-22T18:06:26-04:00",
"library_name": "Library of Neverland",
"library_identifier": "library_of_neverland",
"network_library":"Sub Library name",
"network_library_id":"Sub Library identifier",
"last_loan_at": "2012-01-16T15:57:42-05:00",
"last_login_at": "2012-01-16T15:53:23-05:00",
"total_loans": "5",
"active_loans": "2",
"total_bookings": "7",
"active_bookings": "4"
}
]
}
<?xml version="1.0" encoding="UTF-8"?>
<members type="array">
<member>
<identifier>20120116205323sVtOoOCU</identifier>
<email>[email protected]</email>
<name>John Smith</name>
<phone>555-555-5555</phone>
<created_at>2011-06-22T18:06:26-04:00<created_at>
<library_name>Library of Neverland</library_name>
<library_identifier>library_of_neverland</library_identifier>
<network_library>Sub Library name</network_library>
<network_library_id>Sub Library identifier</network_library>
<last_loan_at>2012-01-16T15:57:42-05:00</last_loan_at>
<last_login_at>2012-01-16T15:53:23-05:00</last_login_at>
<total_loans>5</total_loans>
<active_loans>2</active_loans>active_loans
<total_bookings>7</total_bookings>
<active_bookings>4</active_bookings>
</member>
</members>