get https://api.apicbase.com/api/v2/accounts/user_connector/
Gets a list of all user connectors in the library with their associated users, roles, outlets, and libraries. User connectors represent either outlet users or library users in the system.
User connectors represent the relationship between users and either the library or specific outlets. They can be of two types:
- Library Users (
L): Users with access to the entire library - Outlet Users (
O): Users assigned to specific outlets
Filtering
You can filter user connectors by:
type: Filter by connector type (Lfor library users,Ofor outlet users)email: Search by email address (case-insensitive partial match)role_id: Filter by user role IDoutlet_id: Filter by outlet ID
