---
title: "List users in a group."
method: GET
path: "/orgs/{orgId}/groups/{groupId}/users"
tags: ["public", "Group"]
---

# List users in a group.

`GET /orgs/{orgId}/groups/{groupId}/users`

## Path parameters

- `orgId` string, required
- `groupId` string, required

## Response `200`

The users that are members of the group.

- UserProfileResponse[]
  - `created_at` string, required — The time the user was first registered with Humanitec
  - `email` string — The email address of the user from the profile
  - `id` string, required — The User ID for this user
  - `name` string, required — The name the user goes by
  - `type` string, required — The type of the account. Could be user, service or system

## Other responses

- `400` — The request was invalid. More detail can be found in the error body.
- `404` — Either the resource or a related resource could not be found. More detail can be found in the error body.

---

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