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

Latest commit

 

History

History
18 lines (12 loc) · 893 Bytes

File metadata and controls

18 lines (12 loc) · 893 Bytes

ListEmployeesRequest

squareconnect.models.list_employees_request

Description

Retrieve a paged-list of employees for a Square account

Properties

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

[Back to Model list] [Back to API list] [Back to README]