---
title: "Get member Users of the Group"
method: GET
path: "/api/users/:userId/groups/:groupId/members/users"
tags: ["groups"]
---

# Get member Users of the Group

`GET /api/users/:userId/groups/:groupId/members/users`

Returns all member users of the group

## Path parameters

- `userId` string, required
- `groupId` string, required

## Response `200`

Group members users data

- object[]
  - `count` integer — returned users count
  - `rows` object[]
    - `id` string, uuid
    - `name` string
    - `level` 'read' | 'edit' | 'admin' | 'none'
    - `company` string
    - `imageUrl` string

## Changes

- **2018-08-22** `a34f34aacc16` — 1 info
  - endpoint added
- **2018-08-20** `ba36cd387928` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/citizenos/apis/citizenos-api/changes/api/users/:userId/groups/:groupId/members/users/get.md)

---

[API](https://skmtc.dev/citizenos/apis/citizenos-api.md) · [All operations](https://skmtc.dev/citizenos/apis/citizenos-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/citizenos/citizenos-api/revisions/ca28908e6b75/schema)
