Subuser - List

/get
Arguments:
  • token (required)
Info: List your subusers.
Example Success
{
"code": 200,
"status": "success",
"data": [
{
"id":"41",
"username":"testsubuser",
"email":"[email protected]",
"first_name":"Bob",
"last_name":"McFrob",
"phone_number":"1232342344",
"address":"321 Some Street",
"city":"SomeCity",
"state":"CO",
"zip":"45678",
"create_dt":"2016-04-26 07:09:10",
"modify_dt":"2016-05-16 05:09:42"
}
]
}
Example Error
{
"code": "500",
"status": "error",
"data": "Could not update sub user"
}
**This page is lacking some information on responses and code. Will be available shortly.