Use these to set up a subset of privileges for volunteers and staff.
You must have the settings
LibraryPrivilege to access this.
Library Privileges are accessed via /api/libraryprivilege
.
See "Object Properties" in Introduction for basic shared properties.
Complete details in LibraryPrivilegeProperties. It also has these extra read-only properties:
See "Related Objects" in Introduction for how to use them.
The Library this libraryprivilege belongs to.
THe User will be granted privileges.
The services used to fetch and manipulate library privileges.
POST /api/libraryprivilege
Returns the same as a normal read.
GET /api/libraryprivilege/xxx
Returns:
{ "id" : "xxx", "user_id" : "xxx", ... }
PUT /api/libraryprivilege/xxx
Returns the same as a normal read.
DELETE /api/libraryprivilege/xxx
Returns:
{ "success" : 1 }