SubUsers

List

GET SubUser Accounts for this Parent User Account

GET /api/subuser-list

Auth [Identifier], Scope [User]

Params

NameRequiredTypeDefaultComment
none

Create

Create a Device

GET /api/create-sub-user

Auth [Identifier], Scope [User]

Params

NameRequiredTypeDefaultComment
identifieryesstring
first_nameyesstringmax:100
last_nameyesstringmax:100
emailyesstring
passwordyesstringmin:5
quickreportyesstring0,1
readonlyyesstring0,1
quickreport_location_idyesinteger

Notes:

  • phone_number The phone_number format should be +CC(YYY)ZZZ-XXXX
  • email_address The email_address must be formatted as a proper email address
  • quickreport The quickreport must be “1” or “0”
  • readonly The readonly must be “1” or “0”
  • quickreport_location_id The quickreport_location_id must be a Location ID# from the MyWiFi Dashboard

Success [200]

{
    "status": "success",
    "message": "Device has been successfully created.",
    "device_id": [device_id]
}

Error [400]

{
"status": "error",
"message": {
        [error_msgs]
    }
}