Remove Automated Patron Blocks
Number of APIs: 5
The only Qodex call that needs to be run to re-sync (and hopefully clear) a patron block is the Run Patron Block Sync by User UUID request in this collection. Because this requires the user UUID number, there are some additional calls included that can help you obtain the UUID and determine if an account has any blocks.
When you are ready to clear the patron block, put the patron's UUID into the body of the Run Patron Block Sync by User UUID request, then save and run it.
-
Find User by Barcode GET {{baseUrl}}/users?query=barcode == ENTER BARCODE HERE
-
Find User by Last Name GET {{baseUrl}}/users?query=personal.lastName == REPLACE WITH LAST NAME
-
Check for Automated Patron Blocks by User UUID GET {{baseUrl}}/automated-patron-blocks/REPLACE WITH PATRON UUID
-
Check for Manual Patron Blocks by User UUID GET {{baseUrl}}/manualblocks?query=userId == REPLACE WITH USER UUID
-
Run Patron Block Sync by User UUID POST {{baseUrl}}/automated-patron-blocks/synchronization/job