---
title: "GET /users/"
method: GET
path: "/users/"
tags: ["users"]
---

# GET /users/

`GET /users/`

List users

## Query parameters

- `is_superuser` boolean
- `name` string
- `page` integer
- `page_size` integer
- `resource__ansible_id` string
- `username` string

## Response `200`

Return a list of users.

- PaginatedUserListList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `page_size` integer, nullable
  - `page` integer, nullable
  - `results` UserList[]
    - `id` integer, required — The ID of the user
    - `username` string, required — The user's log in name.
    - `first_name` string, required — The user's first name.
    - `last_name` string, required — The user's last name.
    - `is_superuser` boolean, required — The user is a superuser.
    - `resource` object, required

## Changes

- **2026-07-17** `c04fc5f09692` — 1 info
  - added the new optional `query` request parameter `is_superuser`
- **2024-04-29** `feeac1db5ade` — 1 info
  - added the new optional `query` request parameter `resource__ansible_id`
- **2024-04-23** `cbf68ddd9760` — 1 breaking, 3 info
  - removed the required property `results/items/roles` from the response with the `200` status
  - the endpoint scheme security `EDAJWTAuthentication` was added to the API
  - the endpoint scheme security `jwtAuth` was added to the API
  - added the required property `results/items/resource` to the response with the `200` status
- **2023-10-17** `cf4bda9538d3` — 2 info
  - added the new optional `query` request parameter `name`
  - added the new optional `query` request parameter `username`
- **2023-08-21** `c84b4813cab1` — 1 info
  - the endpoint scheme security `cookieAuth` was added to the API

[Full history](https://skmtc.dev/ansible/apis/event-driven-ansible-api/changes/users/get.md)

---

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