---
title: "Get All Users"
method: GET
path: "/user/all"
---

# Get All Users

`GET /user/all`

## Query parameters

- `filter.date` string, date
- `filter.keyword` string
- `filter.is_active` boolean
- `filter.role_id` integer
- `filter.team_uid` string
- `filter.user_uid` string
- `filter.updated_at` string
- `filter.custom_field` string
- `filter.designation` string
- `filter.skillset_uid` string
- `filter.is_deleted` boolean
- `filter.updated_at_from` string
- `filter.updated_at_to` string
- `filter.access_role_uid` string
- `filter.is_assigned_to_team` string
- `filter.business_unit` string

## Response `200`

200

- object
  - `type` string
  - `data` object[]
    - `user_uid` string
    - `first_name` string
    - `last_name` string
    - `email` string
    - `external_login_id` unknown
    - `home_phone_number` string
    - `designation` string
    - `emp_code` string
    - `prefix` unknown
    - `work_phone_number` string
    - `mobile_phone_number` unknown
    - `profile_picture` string
    - `hourly_labor_charge` integer
    - `is_active` boolean
    - `is_deleted` boolean
    - `created_at` string
    - `updated_at` string
    - `role` object
      - `role_uid` string
      - `role_name` string
      - `role_key` string
    - `access_role` unknown
  - `total_records` integer
  - `total_pages` integer
  - `current_page` integer

## Other responses

- `400` — 400
- `500` — 500

---

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