# Get All User Groups **GET /staff/v1/businessLocations/{businessLocationId}/groups** ## 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. - **name** (string) Filter on group name. - **roles** (array[string]) Filter on group roles. ## Responses ### 200: POS User Groups List #### Body Parameters: application/json (object) - **data** (object) - **links** (object) - **page** (object) [Powered by Bump.sh](https://bump.sh)