Developer Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Get Users

Retrieve all users on your account.

GET URL
https://api.teletracker.net/users
URL Parameters
None
Request Parameters
Parameter Type Usage Description
account_id integer Optional Specify the account id explicitly. Required for integrators.
Response Body
{
   "success": true,
   "guid": "71067212-8141-4887-b48e-ccabcfb07196",
   "data":
   [
      { ... },
      { ... },
      { ... },
      { ... },
      { ... }
   ]
}

You will receive your user data as an array of user record objects in the data variable.