---
title: "Gets a list of users in a group."
method: GET
path: "/v1/groups/{groupId}/users"
tags: ["Groups", "Users"]
---

# Gets a list of users in a group.

`GET /v1/groups/{groupId}/users`

## Path parameters

- `groupId` integer, required

## Query parameters

- `limit` 10 | 25 | 50 | 100
- `cursor` string
- `sortOrder` 'Asc' | 'Desc'

## Response `200`

OK

- RobloxWebWebAPIModelsApiPageResponseRobloxGroupsApiUserGroupRoleResponse
  - `previousPageCursor` string
  - `nextPageCursor` string
  - `data` RobloxGroupsApiUserGroupRoleResponse[]
    - `user` RobloxGroupsApiModelsResponseUserModel — A model representing data about an Roblox.Platform.Membership.IUser
      - `buildersClubMembershipType` 0 | 1 | 2 | 3 | 4 — The user's builders club membership type
      - `hasVerifiedBadge` boolean — The user's verified badge status.
      - `userId` integer
      - `username` string
      - `displayName` string
    - `role` RobloxGroupsApiGroupRoleResponse — A group role response model
      - `id` integer — The role id
      - `name` string — The role name
      - `description` string — The role description
      - `rank` integer — The role rank
      - `memberCount` integer — The number of members in the role.
      - `isBase` boolean — Whether or not the role is the base role for the group
      - `color` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 — The role color. ['Invalid' = 0, 'Blue' = 1, 'Green' = 2, 'Purple' = 3, 'Yellow' = 4, 'Orange' = 5, 'Red' = 6, 'Magenta' = 7, 'Teal' = 8, 'Turquoise' = 9, 'Rust' = 10, 'Pistachio' = 11, 'Midnight' = 12, 'Lavender' = 13, 'Pink' = 14, 'Crimson' = 15, 'Plum' = 16]

## Other responses

- `400` — 1: The group is invalid or does not exist. 36: The pagination cursor is invalid.
- `403` — 35: You do not have permission to view this group's member list.

---

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