Skip to main content

SearchEmployeesPayload

An ordered, paginated list of employees matching a search for this organization, with metadata describing the location of this specific page.

type SearchEmployeesPayload {
employees: [SearchEmployeesResult!]!
organizationCode: String!
pageInfo: PageInfo!
}

Fields

SearchEmployeesPayload.employees ● [SearchEmployeesResult!]! non-null object

A list of employees matching the search for the organization.

SearchEmployeesPayload.organizationCode ● String! non-null scalar

The short code of the organization, for context and caching.

SearchEmployeesPayload.pageInfo ● PageInfo! non-null object

Metadata describing the current page of results.