v1
latestOpenAPI 3.1.02026-07-2410057.1 KBGet All Users
Returns all end users and includes profiles (minus connected devices) based on the organization ID.
GET /organizations/:org_id/users?token=:token
get/organizations/{org_id}/users?token={token}
Path parameters
org_idstring required
Organization ID provided to you by Validic.
tokenstring required
Developer Key as supplied by Validic.
Response
200
Example response
{
"data": [
{
"id": "59b02bdef758800001e13e8c",
"uid": "vpt12345sp",
"marketplace": {
"token": "ae4fdfd364e42137af14b207e8efd5SAMPLE7b99e3e49361e6289701eb0d",
"url": "https://syncmydevice.com?token=ae4fdfd364e42137af14b207SAMPLEbcdefaae7b99e3e49361e6289701eb0d"
},
"mobile": {
"token": "facbce6ccdSAMPLE86800024ee0d96d2"
},
"location": {
"timezone": "Asia/Kolkata",
"country_code": "VG"
},
"status": "active",
"created_at": "2017-09-06T17:09:50Z",
"updated_at": "2017-12-01T05:24:24Z"
}
],
"meta": {
"limit": 25,
"total": 11,
"sort": [
"created_at ASC"
]
}
}