Added by admin, last edited by admin on Jan 22, 2010

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.

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
email string(80) A users email address Yes
role integer A user role :
0 : Full Admin
1 : Settings and Dashboard Only
2 : Dashboard Only
Yes