---
title: "User Group search by ID"
method: GET
path: "/group/{userGroupId}"
tags: ["usergroup"]
---

# User Group search by ID

`GET /group/{userGroupId}`

Get the User group object specified by the provided groupId

## Path parameters

- `userGroupId` integer, required

## Response `200`

successful operation

- UserGroup — Class UserGroup
  - `groupId` integer — The Group ID
  - `group` string — The group name
  - `isUserSpecific` integer — A flag indicating whether this is a user specific group or not
  - `isEveryone` integer — A flag indicating the special everyone group
  - `description` string — Description of this User Group
  - `libraryQuota` integer — This users library quota in bytes. 0 = unlimited
  - `isSystemNotification` integer — Does this Group receive system notifications.
  - `isDisplayNotification` integer — Does this Group receive display notifications.
  - `isDataSetNotification` integer — Does this Group receive DataSet notifications.
  - `isLayoutNotification` integer — Does this Group receive Layout notifications.
  - `isLibraryNotification` integer — Does this Group receive Library notifications.
  - `isReportNotification` integer — Does this Group receive Report notifications.
  - `isScheduleNotification` integer — Does this Group receive Schedule notifications.
  - `isCustomNotification` integer — Does this Group receive Custom notifications.
  - `isShownForAddUser` integer — Is this Group shown in the list of choices when onboarding a new user
  - `defaultHomepageId` string — Default Home page for new users
  - `features` string[] — Features this User Group has direct access to

---

[API](https://skmtc.net/xibosignage/apis/xibo-api.md) · [All operations](https://skmtc.net/xibosignage/apis/xibo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xibosignage/xibo-api/versions/fe497e811c7f/schema)
