Get own info
GET
/users/meView own user currently logged into session.
Request
Query Params
geotab
string
optional
database
string
optional
email
string
optional
Request samples
Responses
valid get own info(200)
valid get own info
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
meta
object
required
Request metadata object
code
integer
required
HTTP status code returned by server
response
object
required
Contains response data
user
object (User schema)
required
result
string
required
"OK" if request successful, otherwise "Failed"
Examplevalid get own info
{
"meta": {
"code": 200
},
"response": {
"user": [
{
"active": bool,
"aggr_notific_interval": int,
"alert_camera_failure": bool,
"alert_critical_gsensor": bool,
"alert_dv_camera_failure": bool,
"alert_high_temperature": bool,
"alert_inactive_vehicles": bool,
"alert_inactive_vehicles_time": none,
"alert_sd_error": bool,
"alert_sensor": bool,
"alert_speed": bool,
"alert_summary": bool,
"audit_notification": bool,
"company_audit_log": none,
"company_data": dict,
"company_driver_recognition": "str",
"company_id": int,
"company_name": "str",
"company_reformat_reminder": int,
"company_token": "str",
"company_type": "str",
"confirmed_at": bool,
"created_timestamp": "str",
"data_usage_notification": bool,
"data_usage_notification_vehicle_limit": "str",
"email": "str",
"eula_was_viewed": bool,
"event_breakdown": bool,
"first_name": "str",
"flood_notification": bool,
"groups": list,
"harshaccel": none,
"harshbraking": none,
"has_registered_sms": bool,
"high_speeding": none,
"id": int,
"installer_company_name": none,
"is_fake": bool,
"last_login": "str",
"last_name": "str",
"low_speeding": none,
"mecp_cert": bool,
"moderate_speeding": none,
"partner_company_name": "str",
"phone_number": "str",
"recent_activity": "str",
"recording_status_notifs": bool,
"reformat_last_notifs": none,
"reformat_reminder": bool,
"release_viewed": "str",
"roles": list,
"rosco_product_owned": none,
"settings": dict,
"severe_speeding": none,
"speed_unit": "str",
"status": "str",
"unidentified_drivers": bool,
"work_submission_report": none
}
]
}
}
Last modified: 24 days ago