Fleet Complete Unity Drivers & People API

Manage the people and drivers in a fleet - list and filter people (getPeople with PersonFilter), fetch a person by ID, read custom fields, and look up driver-to-vehicle assignments (getDriverAssignments). Mutations create, update, and delete people, set custom roles, assign/unassign drivers to vehicles, and issue, update, or revoke driver identification tokens (createDriverToken, updateDriverToken, deleteDriverToken) used for in-cab duty-status login.

API entry from apis.yml

apis.yml Raw ↑
aid: fleetcomplete:fleetcomplete-unity-drivers-people-api
name: Fleet Complete Unity Drivers & People API
tags:
- Drivers
- People
- Driver Behavior
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://api.fleetcomplete.com/
baseURL: https://api.fleetcomplete.com/graphql
properties:
- url: https://www.fleetcomplete.com/api/
  type: Documentation
- url: https://api.fleetcomplete.com/
  type: APIReference
- url: graphql/fleetcomplete-graphql.md
  type: GraphQL
description: Manage the people and drivers in a fleet - list and filter people (getPeople with PersonFilter),
  fetch a person by ID, read custom fields, and look up driver-to-vehicle assignments (getDriverAssignments).
  Mutations create, update, and delete people, set custom roles, assign/unassign drivers to vehicles,
  and issue, update, or revoke driver identification tokens (createDriverToken, updateDriverToken, deleteDriverToken)
  used for in-cab duty-status login.