UserStatus
Metadata about the state of an user, including their device health, reachability, scheduled statements, and latest location.
type: object
Properties
Section titled “Properties”| Name | Type | Required | Description |
|---|---|---|---|
isReachable | boolean | yes | Network connection to the user is stable |
hasAccurateFixes | boolean | yes | GPS has good accuracy |
hasFrequentFixes | boolean | yes | GPS updates are frequent |
batteryLow | boolean | yes | Device has low battery |
hasMicrophone | boolean | yes | Device has usable audio input |
fix | Fix | null | yes | Latest recent fix. Latest fix is only retained for 30 minutes, after which it is nulled out. |
fixUpdatedAt | string | null | yes | Timestamp of latest recent location update |
lastReachableAt | string | null | yes | Timestamp of last time the user was reached |