Skip to main content

CustomerListResponse

customers object[]
  • Array [
  • ksuidstring

    ID of the customer

    namestringrequired

    The name of the customer.

    emailstring

    The email of the customer.

    phonestring

    Phone number for the customer.

    biostring

    Short description or biography for the customer.

    ticketsobject[]

    List of tickets associated with the customer.

    versioninteger
  • ]
  • CustomerListResponse
    {
    "customers": [
    {
    "ksuid": "string",
    "name": "string",
    "email": "string",
    "phone": "string",
    "bio": "string",
    "tickets": [
    {}
    ],
    "version": 0
    }
    ]
    }