post https://api.apicbase.com/api/v2/accounts/user_connector/
Creates a new user connector to link a user to the library or an outlet with a specific role. Optionally sends a verification email to the user.
Creates a new user connector to establish a relationship between a user and either the library or a specific outlet.
User Connector Types
The type of user connector is determined automatically based on the presence of the outlet field:
- Library User (
L): Created whenoutletis not provided - grants access to the entire library - Outlet User (
O): Created whenoutletis provided - grants access to a specific outlet
Verification Email
When send_verification_email is set to true, the user will receive an email to verify their account and set up their password.
