---
title: "Filter Users"
method: GET
path: "/Users"
tags: ["Users Endpoint"]
---

# Filter Users

`GET /Users`

This API returns users according to the filter, sort and pagination parameters. Pagination is not supported across user stores and LDAP multi-attribute group filtering. However, filtering is supported across multiple user stores.

 - <b>Scope(Permission) required:</b> ``internal_user_mgt_list``

 - <b>Flow type:</b> Client Credentials OAuth Flow

## Query parameters

- `attributes` string
- `excludedAttributes` string
- `filter` string
- `startIndex` integer
- `count` integer
- `domain` string

## Response `200`

Valid users are found / Valid users are not found

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/ballerina-platform/apis/scim-2-0-api.md) · [All operations](https://skmtc.net/ballerina-platform/apis/scim-2-0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ballerina-platform/scim-2-0-api/revisions/7978594f207e/schema)
