---
title: "Get User Groups"
method: GET
path: "/v1/user/user-groups"
tags: ["Users"]
---

# Get User Groups

`GET /v1/user/user-groups`

Returns a list of configured user groups for the tenant.

## Headers

- `RequestId` string, uuid — The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
- `FrontOfficeTenantId` integer
- `Tenant` string

## Response `200`

The list of configured user groups for the specified tenant.

- UserGroup[]
  - `groupId` integer — The identifier for the user group.
  - `groupName` string — The name of the user group.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access Denied
- `405` — Unsupported method
- `406` — Unsupported format(s) indicated by Accept header
- `415` — Unsupported format(s) indicated by the Content-Type header
- `429` — Too many requests
- `500` — An unexpected error occurred
- `502` — Service Unavailable
- `504` — Gateway Timeout

---

[API](https://skmtc.net/avionte/apis/aviont-partner-authorization-api.md) · [All operations](https://skmtc.net/avionte/apis/aviont-partner-authorization-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avionte/aviont-partner-authorization-api/versions/846b33e4e71b/schema)
