© 2025 Clarivate
Patrons can be blocked for being merged into another patron. Any blocking conditions would prevent the secondary patron from being merged into the primary patron.
GET /api/.../patrons/{id}/mergeblocks
Retrieve the list of existing blocking conditions that prevents a secondary patron being merged with a primary patron.
none
| Name | Type | Required | Description |
|---|---|---|---|
| id | Integer | Yes | The unique id assigned to the secondary patron. |
List of patron merge blocks
[
"Patron record cannot be deleted.",
"Patron has ILL requests",
"Patron has held items"
]
| Code | Description |
|---|---|
| 200 | OK. Success |
| 404 | FAILURE. Invalid patron ID specified. |