getUsers
getUsers
GET
getUsers
Retrieve all users' details for org.
Resource URL
https://api-sandbox.arity.com/drivinginsights/v1/orgs/{orgId}/users
Header Parameters
Name | Values | Description |
---|---|---|
Content-Type |
|
|
Content-Type |
|
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Response Error Details
-
HTTP CodeError CodeDescription
-
404
404.05.403 - Org not found
-
503
503.05.901 - Unable to complete request at this time
Resource Summary |
|
Security |
None |
Name | Type | Description |
---|
Name | Type | Description |
---|---|---|
data .users | array | Array of user objects |
data .users[] .userId | string | Unique ID of the user |
data .users[] .groupId | string | Unique ID of the group that the user belongs to |
data .users[] .activationDate | string | Date user used their activation code in YYYY-MM-DD format |
data .users[] .earliestActiveDateTime | string | Date of user's first trip in YYYY-MM-DD format |
data .users[] .latestActiveDateTime | string | Date of user's most recent trip in YYYY-MM-DD format |
data .users[] .tripCount | integer | Number of trips taken by the user |
Working...