---
title: "Get users"
method: GET
path: "/groups/{group-id}/users"
tags: ["Users"]
---

# Get users

`GET /groups/{group-id}/users`

## Path parameters

- `group-id` string, required

## Query parameters

- `searchKey` string
- `lowerLimit` string, required
- `upperLimit` string, required
- `order` string
- `orderBy` string
- `isUpdate` string, required

## Response `200`

Response object containing paginated list of resulting Users and the count of search results, deployed in provided group

- UsersResourceResponse
  - `count` integer
  - `resourceList` object[]
    - `userId` string
    - `details` string

## Other responses

- `default` — Unexpected error

## Changes

- **2022-08-14** `810731f15989` — 4 breaking, 5 info
  - added the new required `query` request parameter `isUpdate`
  - added the new required `query` request parameter `lowerLimit`
  - added the new required `query` request parameter `upperLimit`
  - the response's body type changed from `array` to `object` for status `200`
  - …5 more
- **2021-02-21** `cef359f33741` — 1 breaking, 2 info
  - the `items/` response's property type changed from `string` to `object` for status `200`
  - added the optional property `items/details` to the response with the `200` status
  - added the optional property `items/userId` to the response with the `200` status
- **2021-02-18** `63222c048f16` — 1 breaking
  - the `items/` response's property type changed from no type to `string` for status `200`
- **2021-02-17** `2a4ac47c1e1e` — 1 breaking, 3 warning
  - the `items/` response's property type changed from `object` to no type for status `200`
  - removed the optional property `items/isAdmin` from the response with the `200` status
  - removed the optional property `items/roles` from the response with the `200` status
  - removed the optional property `items/userId` from the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/wso2/apis/cluster-aware-mi-dashboard/changes/groups/:group-id/users/get.md)

---

[API](https://skmtc.dev/wso2/apis/cluster-aware-mi-dashboard.md) · [All operations](https://skmtc.dev/wso2/apis/cluster-aware-mi-dashboard/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wso2/cluster-aware-mi-dashboard/revisions/1d5e9cc062de/schema)
