---
title: "GET /groups/{group_id}/users"
method: GET
path: "/groups/{group_id}/users"
tags: ["groups"]
---

# GET /groups/{group_id}/users

`GET /groups/{group_id}/users`

Gets the list of users for this group.

## Path parameters

- `group_id` string, uuid, required

## Query parameters

- `cursor` string
- `page_size` integer

## Response `200`

List of users with access to this group.

- GroupUserList
  - `results` GroupUser[]
    - `group_id` string, uuid, required — The ID of the group.
    - `group_name` string, required — The name of the group.
    - `description` string, required — The description of the group.
    - `user_id` string, uuid, required — The ID of the user.
    - `access_level` GroupAccessLevel — # Access Level Object ### Description The `GroupAccessLevel` object is used to represent the level of access that a user has to a group or a group has to a group. The "default" access level is a `GroupAccessLevel` object whose fields are all empty strings. ### Usage Example View the `GroupAccessLevel` of a group/user or group/group pair to see the level of access granted to the group.
      - `access_level_name` string, required — The human-readable name of the access level.
      - `access_level_remote_id` string, required — The machine-readable identifier of the access level.
    - `full_name` string, required — The user's full name.
    - `email` string, required — The user's email.
    - `expiration_date` string, date-time, nullable — The day and time the user's access will expire.
    - `propagation_status` PropagationStatus — The state of whether the push action was propagated to the remote system. If this is null, the access was synced from the remote system.
      - `status` 'SUCCESS' | 'ERR_REMOTE_INTERNAL_ERROR' | 'ERR_REMOTE_USER_NOT_FOUND' | 'ERR_REMOTE_USER_NOT_LINKED' | 'ERR_REMOTE_RESOURCE_NOT_FOUND' | 'ERR_REMOTE_THROTTLE' | 'ERR_NOT_AUTHORIZED_TO_QUERY_RESOURCE' | 'ERR_REMOTE_PROVISIONING_VIA_IDP_FAILED' | 'ERR_IDP_EMAIL_UPDATE_CONFLICT' | 'ERR_TIMEOUT' | 'ERR_UNKNOWN' | 'ERR_OPAL_INTERNAL_ERROR' | 'ERR_ORG_READ_ONLY' | 'ERR_OPERATION_UNSUPPORTED' | 'PENDING' | 'PENDING_MANUAL_PROPAGATION' | 'PENDING_TICKET_CREATION' | 'ERR_TICKET_CREATION_SKIPPED' | 'ERR_DRY_RUN_MODE_ENABLED' | 'ERR_HR_IDP_PROVIDER_NOT_LINKED' | 'ERR_REMOTE_UNRECOVERABLE_ERROR' | 'ERR_REMOTE_TICKET_NOT_FOUND', required — The status of whether the user has been synced to the group or resource in the remote system.
  - `next` string, nullable — The cursor with which to continue pagination if additional result pages exist.
  - `previous` string, nullable — The cursor used to obtain the current result page.

---

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