---
title: "Retrieve Users"
method: GET
path: "/v3/security/users"
tags: ["Users"]
---

# Retrieve Users

`GET /v3/security/users`

Returns a list of all Users

## Query parameters

- `tql` string
- `fields` string[]
- `count` string
- `sorting` string

## Response `200`

The Users

- User[]
  - `id` integer
  - `userName` string
  - `firstName` string
  - `lastName` string
  - `pseudonym` string
  - `owner` string
  - `password` string
  - `lastLogin` string, date-time
  - `lastPasswordChange` string, date-time
  - `uiTheme` string
  - `jobFunction` string
  - `jobRole` string
  - `termsAccepted` boolean
  - `termsAcceptedDate` string, date-time
  - `logoutIntervalMinutes` integer
  - `tqlTimeout` integer
  - `systemRole` string
  - `ownerRoles` object
  - `disabled` boolean
  - `locked` boolean
  - `passwordResetRequired` boolean
  - `twoFactorResetRequired` boolean
  - `customTqlTimeout` integer

---

[API](https://skmtc.net/threatconnect/apis/threatconnect-api.md) · [All operations](https://skmtc.net/threatconnect/apis/threatconnect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/threatconnect/threatconnect-api/revisions/730b8a350ae7/schema)
