---
title: "Get details of users for a group"
method: GET
path: "/groups/{group_id}/users"
tags: ["Group"]
---

# Get details of users for a group

`GET /groups/{group_id}/users`

This endpoint will return the users with details and permission for a group

## Path parameters

- `group_id` integer, required

## Response `200`

After a successful request, the endpoint returns HTTP 200.

- object
  - `group_users` UserWithPermission[]
    - `id` integer
    - `full_name` string
    - `display_name` string
    - `email` string
    - `permission` string

## Other responses

- `401` — Authorization information is missing or invalid.
- `403` — If non-admin user or non-group member tries to call this endpoint, the call is rejected with 403 Forbidden.
- `404` — If group is not found with the provided id, the endpoint returns HTTP 404.
- `422` — Invalid group_id is provided.

---

[API](https://skmtc.net/instructure/apis/studio-public-api.md) · [All operations](https://skmtc.net/instructure/apis/studio-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instructure/studio-public-api/revisions/4838a5113869/schema)
