Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 563 Bytes

list-employees-response.md

File metadata and controls

25 lines (17 loc) · 563 Bytes

List Employees Response

Structure

ListEmployeesResponse

Fields

Name Type Tags Description
employees Employee[] | undefined Optional -
cursor string | undefined Optional The token to be used to retrieve the next page of results.
errors Error[] | undefined Optional Any errors that occurred during the request.

Example (as JSON)

{
  "employees": null,
  "cursor": null,
  "errors": null
}