---
title: "# Get Users"
method: GET
path: "/v1/users"
tags: ["Users"]
---

# # Get Users

`GET /v1/users`

User; Email, User ID, Assigned Role, Role ID, Name, Surname, IsActive Status.

## Query parameters

- `limit` integer
- `offset` integer
- `role` string

## Response `200`

- object
  - `pages` Pagination
    - `limit` integer — Limit
    - `offset` integer — Offset
    - `total_count` integer — Total Count
  - `users` User[]
    - `email` string — Email
    - `last_login_time` string, date-time — Event Time
    - `login_type` string — LoginType
    - `role` string — Role
    - `role_id` integer — RoleID
    - `user_id` integer — UserID

## Other responses

- `401` — unauthorizedErrorSwagger is represents unauthorized error
- `422` — validationErrorSwagger is represents the erroneous cases
- `default` — genericErrorSwagger is represents the erroneous cases

---

[API](https://skmtc.net/picussecurity/apis/picus-rest-api.md) · [All operations](https://skmtc.net/picussecurity/apis/picus-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/picussecurity/picus-rest-api/versions/cb0d02ee28f8/schema)
