---
title: "GET /users/groups"
method: GET
path: "/users/groups"
tags: ["Users"]
---

# GET /users/groups

`GET /users/groups`

Returns the list of groups

## Response `201`

ListUsers

- ListUsers
  - `count` integer — count
  - `data` CreateUserStruct[] — the data
    - `department` string, required
    - `email` string, required
    - `firstname` string
    - `guid` string, required — should be a unique value representing user
    - `lastname` string, required
    - `partid` integer, required
    - `password` string, required
    - `usergroup` string, required
    - `username` string, required

## Other responses

- `400` — FailureResponse

## Changes

- **2026-07-17** `2f261ecc6074` — 2 info
  - the security scope `Authorization` was added to the endpoint's security scheme `name`
  - the security scope `Auth-Token` was removed from the endpoint's security scheme `name`
- **2021-11-03** `8b089db7394c` — 1 info
  - endpoint added
- **2020-01-12** `52987c8da72a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/sipcapture/apis/homer-app/changes/users/groups/get.md)

---

[API](https://skmtc.dev/sipcapture/apis/homer-app.md) · [All operations](https://skmtc.dev/sipcapture/apis/homer-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sipcapture/homer-app/revisions/2f261ecc6074/schema)
