---
title: "Get all employees"
method: GET
path: "/employees/"
tags: ["Employees"]
---

# Get all employees

`GET /employees/`

Returns the list of registered employees in alphabetical order.

## Query parameters

- `cpf` string
- `email` string
- `internal_number` string
- `offset` integer
- `limit` integer

## Response `200`

Successful response

- object
  - `code` integer — Can be 1 for success, otherwise 0 for error
  - `message` string
  - `values` object[]
    - `id_person` integer
    - `name` string
    - `social_name` string
    - `birth_name` string
    - `email` string
    - `cpf` string
    - `internal_number` string
    - `cell_phone` string
    - `groups` object[]
      - `id_group` integer
      - `name` string
    - `leaders` object[]
      - `id_person` integer
      - `name` string
      - `position` string
      - `email` string
      - `internal_number` string
    - `blocked` integer
    - `language` string
    - `photo` string
    - `twofa_activate` integer
    - `keycloak_federated` integer
    - `user_auth_field` string
    - `useKeycloak` boolean
    - `accessed_survey_at` string
    - `hiring_time_years` integer
    - `hiring_time_months` integer
    - `age_years` integer
    - `age_months` integer
    - `sex` string
    - `gender` string
    - `birthday` string
    - `position` string
    - `scholarity` string
    - `hiring_date` string
    - `resignation_date` string
    - `resignation_reason` string
    - `unit_business` string
    - `unit_geography` string
    - `custom_attributes` object[]
      - `custom_attributes` string
    - `tags` string[]

---

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