---
title: "List group members"
method: GET
path: "/api/v1/groups/{groupId}/members"
tags: ["User Groups"]
---

# List group members

`GET /api/v1/groups/{groupId}/members`

Returns all group members.  A maximum of 100 group members will be returned.  If more than 100 group members exist, a link to the next page of results will be included in the Link header

## Path parameters

- `groupId` string, required

## Query parameters

- `token` string
- `search` string
- `sortField` string
- `sortDir` string

## Response `200`

successful operation

- UserGroupMember[]
  - `id` string — ID of the group member
  - `managedByScim` boolean
  - `dateCreated` string, date-time — Date the group member was added to the group. Dates are in ISO-8601 format. Example date (January 2nd 2014 12pm UTC): 2014-01-02T12:00:00.000+0000
  - `user` User, required
    - `id` string — The identifier of this User
    - `profilePicUrl` string — The profile picture url for the user
    - `joinedDate` string, date-time
    - `userProfile` UserProfile — Specifies additional information about a Guru User
      - `roleLevel` string — The level at which the user operates in their current role
      - `useCaseList` UseCase[] — Describes different ways the user intends to use Guru
        - `description` string — A description of this use case
      - `role` string — The functional role a Guru user performs on their team
    - `lastName` string, required — The user's last name
    - `firstName` string, required — The user's first name
    - `status` 'ACTIVE' | 'PENDING' — The status of a User can be ACTIVE or PENDING. The User must verify their email address to be considered ACTIVE.
    - `email` string, required — The user's email address

## Other responses

- `400` — Unable to decode paging token. Paging tokens are generated by the system and can not be altered.
- `401` — Request was unauthorized
- `403` — Forbidden access to group
- `404` — Resource could not be found

---

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