---
title: "Get all the members of a group"
method: GET
path: "/groups/{group_id}/users"
tags: ["Groups\\Users"]
---

# Get all the members of a group

`GET /groups/{group_id}/users`

This method returns all the users that belong to the specified group.

## Path parameters

- `group_id` number, required

## Query parameters

- `direction` 'asc' | 'desc'
- `filter` 'moderators'
- `page` number
- `per_page` number
- `query` string
- `sort` 'alphabetical' | 'date'

## Response `200`

The members were returned.

## Other responses

- `404` — No such group exists.

---

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