---
title: "This endpoint provides a paginated list of Users"
method: GET
path: "/users"
tags: ["User & Permission"]
---

# This endpoint provides a paginated list of Users

`GET /users`

Retrieves the collection of User resources.

## Query parameters

- `page` integer
- `limit` integer
- `pagination` boolean
- `order[dateLogged]` 'asc' | 'desc'
- `order[username]` 'asc' | 'desc'
- `order[email]` 'asc' | 'desc'
- `order[firstName]` 'asc' | 'desc'
- `order[lastName]` 'asc' | 'desc'
- `type` 'api' | 'user'
- `type[]` string[]
- `isAdmin` boolean
- `exclude_quable_users` string
- `isActive` string
- `permissionFeature[]` string[]
- `search` string

## Response `200`

User collection

- UserUserOutputUserOutput[]
  - `id` integer
  - `username` string
  - `active` boolean
  - `admin` boolean
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `email` string
  - `timezone` string
  - `isAutomaticTimezone` boolean
  - `job` string, nullable
  - `manager` string, nullable
  - `profilePicture` string, nullable
  - `localesAvailable` Locale[] — List of i18n locales for the application data
  - `localeDefault` string — Any locale
  - `localeI18nDefault` 'fr-FR' | 'de-DE' | 'en-US' | 'es-ES' | 'it-IT' | 'nl-NL' | 'pl-PL' | 'ro-RO' | 'ru-RU' | 'zh-CN' | 'ja-JP' — Any language
  - `permissionFeatures` string[]
  - `permissionField` string, nullable
  - `permissionCatalog` string, nullable
  - `dateDeactivation` string, date-time, nullable — This is an ISO datetime
  - `dateLogged` string, date-time, nullable — This is an ISO datetime
  - `dateCreated` string, date-time, nullable — This is an ISO datetime
  - `dateModified` string, date-time, nullable — This is an ISO datetime
  - `decimalFormat` string
  - `type` string

---

[API](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/revisions/1641096abb34/schema)
