---
title: "Get Group Roles"
method: GET
path: "/v1/group/{GroupID}/roles"
tags: ["Lookups"]
---

# Get Group Roles

`GET /v1/group/{GroupID}/roles`

Retrieves a list of roles associated with a specific group identified by `GroupID`.

## Path parameters

- `GroupID` integer, required

## Response `200`

A list of roles associated with the specified group.

- RolesDbEntity[]
  - `RoleID` integer, nullable — The unique identifier of the role.
  - `RoleName` string, nullable — The name of the role.
  - `UpdatedDT` string, date-time, nullable — The date and time when the role information was last updated.
  - `CKey` string, nullable — A unique key associated with the role for additional identification or reference.
  - `IsActive` boolean, nullable — Indicates whether the role is currently active.
  - `IsAdminBit` boolean, nullable — Indicates whether the role has administrative privileges.

---

[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/revisions/421f6f83c257/schema)
