---
title: "List all users"
method: GET
path: "/api/user/"
tags: ["user"]
---

# List all users

`GET /api/user/`

Only available to administrators.

## Headers

- `X-Fields` string, mask

## Response `200`

Success.

- UsersList[]
  - `metadata` Metadata
    - `count` integer — Total number of the items of the data.
    - `offset` integer — Position of the first element of the data from the total data amount.
    - `limit` integer — Requested limit data.
  - `data` UserFull[] — List of users.
    - `id` integer — User id.
    - `login` string — User login.
    - `name` string — User name.
    - `organisation` string — User organisation.
    - `email` string — User email.
    - `apikey` string — User API key.
    - `is_admin` boolean — Boolean specifying whether the user is administrator.
    - `is_reporter` boolean — Boolean specifying whether the user is administrator.
    - `is_commenter` boolean — Boolean specifying whether the user is administrator.
    - `created_at` string, date-time — Creation time of the user.
    - `last_seen` string, date-time — Last seen time of the user.

## Other responses

- `403` — Admin permission required.

## Changes

- **2024-07-02** `eeda48608d47` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/vulnerability-lookup/apis/vulnerability-lookup-api/changes/api/user/get.md)

---

[API](https://skmtc.dev/vulnerability-lookup/apis/vulnerability-lookup-api.md) · [All operations](https://skmtc.dev/vulnerability-lookup/apis/vulnerability-lookup-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vulnerability-lookup/vulnerability-lookup-api/revisions/532242ce343b/schema)
