---
title: "Get Single User Group"
method: GET
path: "/staff/v1/businessLocations/{businessLocationId}/groups/{groupId}"
tags: ["Staff"]
---

# Get Single User Group

`GET /staff/v1/businessLocations/{businessLocationId}/groups/{groupId}`

## Path parameters

- `businessLocationId` integer, required
- `groupId` integer, required

## Response `200`

POS User Group

- object
  - `data` object
    - `staffGroup` StaffApiStaffGroup
      - `id` integer — The unique identifier for the user group.
      - `name` string — The name of the user group.
      - `posAccessForbidden` boolean — Whether POS users in this group are restricted from POS access (for e.g. time-clock access only).
      - `roles` StaffApiStaffRoleDto[]
        - `id` integer — The unique identifier for the role.
        - `name` string — The name of the role.
      - `reportAccess` string — User report permissions.
  - `links` object
    - `first` object
      - `href` string, uri — The URL for the first page of results.
    - `self` object
      - `href` string, uri — The URL for the current page of results.
    - `next` object
      - `href` string, uri — The URL for the next page of results.
    - `last` object
      - `href` string, uri — The URL for the last page of results.
  - `page` StaffApiPageInfo
    - `page` integer — The current page number.
    - `size` integer — The number of elements in the page.
    - `totalElements` integer — The total number of elements.
    - `totalPages` integer — The total number of pages of results.

---

[API](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api.md) · [All operations](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeed/lightspeed-restaurant-k-series-api/revisions/81c537153037/schema)
