---
title: "Get Groups"
method: GET
path: "/v1/groups"
tags: ["Lookups"]
---

# Get Groups

`GET /v1/groups`

Retrieves a list of groups, optionally filtered by `GroupID`.

## Query parameters

- `GroupID` integer

## Response `200`

A list of groups matching the specified criteria.

- GroupsDbEntity[]
  - `RoleGroupID` integer, nullable — The unique identifier of the role group.
  - `RoleGroupName` string, nullable — The name of the role group.
  - `UpdatedDT` string, date-time, nullable — The date and time when the group information was last updated.
  - `ManagedByAdminBit` boolean, nullable — Indicates whether the group is managed by an administrator.

---

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