---
title: "Returns users matching the given search criteria"
method: GET
path: "/users"
tags: ["Users"]
---

# Returns users matching the given search criteria

`GET /users`

Only parameters that are specified in this request and have not <code>null</code> values are used for filtering. All other parameters are ignored.<p>The returned users satisfy all constraints that are specified in this search criteria.</p><p>By default a result containing 1000 users is returned.</p>

## Query parameters

- `offset` integer
- `limit` integer
- `countLimit` integer
- `userId` string[]
- `name` string
- `title` string
- `department` string
- `userSource` string[]
- `nameSearchFields` string[]
- `groupId` string, uuid
- `onlyLoggedIn` boolean
- `includeDisabled` boolean
- `sortOrder` 'ASC' | 'DESC'
- `sortField` 'USERNAME' | 'FIRSTNAME' | 'LASTNAME' | 'LASTNAME_FIRSTNAME' | 'FIRSTNAME_LASTNAME' | 'EMAIL'

## Response `200`

Users successfully retrieved

- UserPagedResponse
  - `total` integer — The total number of results.
  - `offset` integer — The offset for the results.
  - `limit` integer — The maximum number of results to be returned.
  - `results` User[] — The list of results.
    - `id` string, uuid, required — The ID of the Collibra user.

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
