---
title: "View user group"
method: GET
path: "/v1/UserGroups/{id}"
tags: ["UserGroups"]
---

# View user group

`GET /v1/UserGroups/{id}`

Find a single user group by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppModelsUserGroup
  - `ok` boolean
  - `user_group_id` integer — Primary identifier for this user group.
  - `group_type` 'TASK' | 'TICKET' | 'PREORDER' | 'ORDER' | 'NOTIFICATION' | 'REQUEST', required — Indicates the kind of group this represents. Used for programmatic decisions by Rev.io.
  - `name` string, required — Short description of the group.
  - `group_email` string — Comma separated list of contact emails.
  - `description` string — Detailed description of the group.
  - `users` integer[] — List of user identifiers, indicating membership to the group.
  - `active` boolean, required — Indicates whether this group can be assigned.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Other responses

- `404` — NotFound
- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/revisions/135571434f6c/schema)
