---
title: "DriversResponse"
url: "https://stage-api-docs.centraldispatch.com/apis/stage-fulfillment-api-1-0-0/versions/8637c155-7ff6-49fa-ac0a-3b4df78c9665/schemas/DriversResponse"
---

> Full API specification: https://stage-api-docs.centraldispatch.com/apis/stage-fulfillment-api-1-0-0/versions/8637c155-7ff6-49fa-ac0a-3b4df78c9665.md

# DriversResponse

Details of the drivers.

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Fulfillment API
  version: 1.0.0
servers:
  - url: https://fulfillment-api.centraldispatch.com
    description: Production server
components:
  schemas:
    DriversResponse:
      type: object
      properties:
        users:
          type: array
          items:
            type: string
            format: uuid
          description: A collection of user IDs representing the drivers.
          nullable: true
          example:
            - ddd151ee-b1d3-4cec-8eb5-4a21bddd900b
            - 157a16f0-503d-4256-ba60-a4876e8eb9bb
      description: Details of the drivers.
      nullable: true
```
