# Get All POS Users **GET /staff/v1/businessLocations/{businessLocationId}/userTypes/POS** ## Servers - Demo URL: https://api.trial.lsk.lightspeed.app (Demo URL) - Production URL: https://api.lsk.lightspeed.app (Production URL) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **businessLocationId** (integer(int64)) The unique identifier for the business location. #### Query parameters - **page** (integer(int32)) The page number, when paginating. - **size** (integer(int32)) Number of results to return per page, when paginating. - **sort** (array[string]) Sort by field and direction. - **isActive** (boolean) Filter on active status. - **startDate** (string(date-time)) Filter on user start date. The format should be `yyyy-MM-dd'T'HH:mm:ss` (ISO 8601 format). - **endDate** (string(date-time)) Filter on user end date. The format should be `yyyy-MM-dd'T'HH:mm:ss` (ISO 8601 format). ## Responses ### 200: Staff List #### Body Parameters: application/json (object) - **data** (object) - **links** (object) - **page** (object) [Powered by Bump.sh](https://bump.sh)