---
title: "User Get All"
method: GET
path: "/users/"
tags: ["USER"]
---

# User Get All

`GET /users/`

## Query parameters

- `company` string, nullable
- `search` string, nullable
- `sortOrder` string
- `sortColumn` string
- `with_service_user` boolean
- `all_users` boolean
- `page` integer
- `size` integer
- `search_term` string, nullable
- `include_deleted` boolean
- `has_role_conflict` boolean, nullable
- `navigationSource` string, nullable

## Headers

- `x-tenant` string

## Response `200`

Successful Response

- AppSchemasResponsesUsersResponse
  - `users` UserIndexResponse[], required
    - `id` integer, required
    - `uuid` string, uuid, required
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `email` string, required
    - `phone` string, nullable
    - `is_active` boolean, required
    - `is_verified` boolean, required
    - `is_invited` boolean, required
    - `is_onboarded` boolean, required
    - `created_at` string, nullable, required
    - `role_title` string, nullable
    - `display_name` string, nullable
    - `attributes` object, nullable
    - `deleted_at` string, date-time, nullable
    - `last_login_at` string, nullable
    - `role_source` string, nullable
    - `has_role_conflict` boolean
    - `sso_resolved_role_id` integer, nullable
    - `sso_resolved_role_title` string, nullable
  - `meta` PaginationMeta
    - `page` integer
    - `size` integer
    - `count` integer
    - `total_pages` integer
    - `has_next` boolean
    - `has_prev` boolean

## Other responses

- `403` — Operation not allowed
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
