Square.Connect.Model.ListEmployeesRequest
November 20, 2019 ยท View on GitHub
Description
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 | int? | The number of employees to be returned on each page. | [optional] |
| Cursor | string | The token required to retrieve the specified page of results. | [optional] |