get users
GET /api/users
GET /api/users/{uid}
Minimum usage:
https://rest.adtrax.org/api/users?authorized_uid={YOUR_UID}&authorized_rest_api_key={YOUR_API_KEY}
Result example :
[
{
"uid": "16587",
"email": "obiwan@adtrax.org",
"affid": "563215"
},
{
"uid": "16588",
"email": "anakin@adtrax.org",
"affid": "563216"
},
{
"uid": "16589",
"email": "yoday@jeditemple.org",
"affid": "563217"
}
]
QUERY PARAMETERS
| Field | Type | Description |
|---|---|---|
| uid | String | (optional) User ID of the user to query. Goes at the end of the enpoint url, not query string. |