ListEmployeesRequest

March 27, 2019 ยท View on GitHub

squareconnect.models.list_employees_request

Description

Retrieve a paged-list of employees for a Square account

Properties

NameTypeDescriptionNotes
location_idstrFilter employees returned to only those that are associated with the specified location.[optional]
statusstrSpecifies the EmployeeStatus to filter the employee by. See EmployeeStatus for possible values[optional]
limitintThe number of employees to be returned on each page.[optional]
cursorstrThe token required to retrieve the specified page of results.[optional]

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