Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 698 Bytes

ListEmployeesRequest.md

File metadata and controls

17 lines (10 loc) · 698 Bytes

ListEmployeesRequest

Description

Retrieve a paged-list of employees for a Square account

Properties

Name Type Description Notes
locationId String Filter employees returned to only those that are associated with the specified location. [optional]
status String Specifies the EmployeeStatus to filter the employee by. See EmployeeStatus for possible values [optional]
limit Integer The number of employees to be returned on each page. [optional]
cursor String The token required to retrieve the specified page of results. [optional]