LogoLogo
ProductsUse casesDocsSupport
  • Introducing DriveKit
  • DriveKit Guides
  • Get started with drivekit
    • Trip recording lifecycle
    • iOS
      • 🚀Quick start
      • Advanced configurations
      • References
      • iOS DriveKit Demo App
    • Android
      • 🚀Quick start
      • Advanced configurations
      • References
      • Android DriveKit Demo App
      • Android 15 Migration guide
      • Android 14 Migration guide
      • Troubleshooting
  • Trip analysis
    • Introduction
    • iOS
      • Permissions
      • Trip management
      • TripListener
      • Crash Detection
      • Beacon usage
      • Bluetooth usage
      • Custom metadata
      • References (iOS)
    • Android
      • Runtime permissions
      • Trip management
      • TripListener
      • Crash Detection
      • Beacon usage
      • Bluetooth usage
      • Custom metadata
      • References (Android)
    • User interface
      • iOS
        • Get started
        • Working hours
        • Driver alert in case of crash
        • Trip recording widget
        • Location sharing
      • Android
        • Get started
        • Working hours
        • Driver alert in case of crash
        • Trip recording widget
        • Location sharing
    • REST services
      • Trip
      • References
    • Trip Simulator
      • iOS
      • Android
  • PERMISSIONS UTILS
    • Introduction
    • User interface
      • iOS
        • Get started
        • Main configurations
      • Android
        • Get started
        • Main configurations
  • COMMON UI
    • Introduction
    • iOS
      • Get started
    • Android
      • Get started
    • References
  • DRIVER DATA
    • Introduction
    • iOS
      • Get started
      • References (iOS)
    • Android
      • Get started
      • References (Android)
    • User interface
      • iOS
        • Get started
        • Advanced configurations
        • Trips widgets
        • My Synthesis
        • My Driver Profile
      • Android
        • Get Started
        • Advanced configurations
        • Trips widgets
        • My Synthesis
        • My Driver Profile
  • Driver Data Timeline UI
    • Introduction
    • iOS
      • Get started
    • Android
      • Get started
  • Vehicle
    • Introduction
    • iOS
      • Get started
      • Vehicle management
      • Beacon management
      • Bluetooth device management
      • Odometer
      • References (iOS)
    • Android
      • Get started
      • Vehicle management
      • Beacon management
      • Bluetooth device management
      • Odometer
      • References (Android)
    • User interface
      • iOS
        • Get started
        • Main configurations
        • Advanced configurations
      • Android
        • Get started
        • Main configurations
        • Advanced configurations
  • DRIVER ACHIEVEMENT
    • Introduction
    • iOS
      • Get started
    • Android
      • Get Started
    • User interface
      • iOS
      • Android
  • CHALLENGE
    • Introduction
    • Important challenge rules
    • iOS
      • Get started
      • References (iOS)
    • Android
      • Get started
      • References (Android)
    • User interface
      • iOS
        • Get started
      • Android
        • Get started
  • GROUP
    • Introduction
    • iOS
      • Get started
    • Android
      • Get started
  • React Native
    • Get started
    • Integration
  • Flutter
    • Get started
    • Integration
  • Push services
    • Introduction
    • Push Trip Data
    • Push Deleted trip
    • Push Crash Data
    • Push Diagnosis Data
  • ADMIN SERVICES
    • Beacon
      • Add
      • Replace
      • Delete
      • Configuration
    • Challenges
      • List of challenges
      • Challenge details
      • Registered users
      • Challenge ranking
      • Users' progress
      • Definitions
    • Customer
      • Activity timeline
    • Driver
      • Timeline
      • Synthesis
      • Identity
      • Status
      • Add or update a metadata
      • Vehicles
      • Profile
      • Application diagnoses
    • Drivers
      • Account
      • Statistics
      • Ranking
      • Expired accounts
    • Group
      • Timeline
      • Synthesis
    • Trips
      • Add or update a metadata
      • Delete a metadata
    • Vehicle
      • Create
      • Characteristics
      • Configuration
      • Statistics
      • Update mileage
      • Tire and brake wear update
      • References
  • Crashes
    • Annotate a crash
    • Revoke crash location URL
  • ENTERPRISE SERVICES
    • Introduction
    • Teams
      • Create a team
      • List of teams
      • Enable or disable a team
    • Hyper-admins
      • Create a hyper-admin
      • List of hyper-admins
      • Delete a hyper-admin
    • Monitoring
      • Get a push trip data report
      • Get a push crash data report
      • Request to retry failed trips
      • Request to retry failed crashes
      • Get the status of a task
  • Release notes
    • Changelog
      • iOS
      • Android
      • UI iOS
      • UI Android
Powered by GitBook
On this page
  • Get all expired drivers
  • Response

Was this helpful?

Export as PDF
  1. ADMIN SERVICES
  2. Drivers

Expired accounts

PreviousRankingNextGroup

Last updated 1 year ago

Was this helpful?

This service retrieves the accounts of drivers who are no longer active.

If a driver has not performed a trip for a certain period of time, he is considered inactive and his account is considered expired.

The duration is adjustable according to your needs and must be in accordance with the legal requirements and conditions of use of the service.

If you have your admin API key, you can try the API via this .

Get all expired drivers

GET https://service.drivequant.com/v3/drivekit/admin/drivers/expired

Headers

Name
Type
Description

DriveKit-Admin-API-Key*

String

Admin API Key

[
  {
    "id": "driver-id-1",
    "firstname": "driver-firstname-1",
    "lastname": "driver-lastname-1",
    "username": "driver-1@email.com",
    "registerDate": "2018-04-10T15:59:21.000+0000",
    "lastUpdateDate": "2019-11-16T11:15:18.241+0000"
  },
  {
    "id": "5c6e5a2124aa9a00072950e7",
    "firstname": "driver-firstname-2",
    "lastname": "driver-lastname-2",
    "username": "driver-2@email.com",
    "registerDate": "2019-02-21T07:58:25.000+0000",
    "lastUpdateDate": "2019-11-09T08:10:09.847+0000"
  },
  {
    "id": "5d29707936d1a00007b99851",
    "firstname": "driver-firstname-3",
    "lastname": "driver-lastname-3",
    "username": "driver-3@email.com",
    "registerDate": "2019-07-13T05:47:37.000+0000",
    "lastUpdateDate": "2019-11-09T22:14:49.189+0000"
  },
  {
    "id": "5d29c88524aa9a000791c144",
    "firstname": "driver-firstname-4",
    "lastname": "driver-lastname-4",
    "username": "driver-4@email.com",
    "registerDate": "2019-07-13T12:03:17.000+0000",
    "lastUpdateDate": "2019-11-06T09:39:04.485+0000"
  }
]
{
  "message": "Invalid API key",
  "code": 1,
  "messageKey": "dk_invalid_api_key"
}

Response

Field
Type
Description

id

string

Driver's unique identifier

firstname

string

Driver's firstname

lastname

string

Driver's lastname

username

string

Driver's username

registerDate

string

Driver's registration date

lastUpdateDate

string

Date of driver's last use of the app

link