---
title: "Get an employee by id_person"
method: GET
path: "/employees/{id_person}/"
tags: ["Employees"]
---

# Get an employee by id_person

`GET /employees/{id_person}/`

## Path parameters

- `id_person` integer, required

## 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
    - `photo` string
    - `twofa_activate` integer
    - `keycloak_federated` integer
    - `user_auth_field` string
    - `useKeycloak` boolean
    - `response_tax` integer
    - `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)
