---
title: "Lists the users assigned to a group."
method: GET
path: "/organization/groups/{group_id}/users"
tags: ["Group users"]
---

# Lists the users assigned to a group.

`GET /organization/groups/{group_id}/users`

## Path parameters

- `group_id` string, required

## Query parameters

- `limit` integer
- `after` string
- `order` 'asc' | 'desc'

## Response `200`

Group users listed successfully.

- UserListResource — Paginated list of user objects returned when inspecting group membership.
  - `object` 'list', required — Always `list`.
  - `data` GroupUser[], required — Users in the current page.
    - `id` string, required — The identifier, which can be referenced in API endpoints
    - `name` string, required — The name of the user.
    - `email` string, nullable, required — The email address of the user.
  - `has_more` boolean, required — Whether more users are available when paginating.
  - `next` string, nullable, required — Cursor to fetch the next page of results, or `null` when no further users are available.

---

[API](https://skmtc.net/openai/apis/openapi.md) · [All operations](https://skmtc.net/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openapi/revisions/63028c4d3916/schema)
