BookingBug REST API: administrator
Purpose
Used for managing the administrators of a company. Sets which users can log in and edit a business
URL
http://[site].bookingbug.com/api/administrator.format
Formats
json, xml
Authentication
Requies business API access
Parameters
This function takes an array of parameters
| param | type | description | required? |
|---|---|---|---|
| name | string(50) | A user name that the user will log in with | Yes |
| string(80) | A users email address | Yes | |
| role | integer | A user role : 0 : Full Admin 1 : Settings and Dashboard Only 2 : Dashboard Only |
Yes |