Skip to main content
GET
Public Get Employee
This endpoint returns details for an employee. The response uses the PublicApiEmployeeBaseResponse schema.

Overview

  • Method: GET
  • Path: /v0/employee/{employee_id}
  • OperationId: public_get_employee_v0_employee__employee_id__get
  • Authentication: header x-api-key (APIKeyHeader in the OpenAPI)
Usage notes
  • Path param: employee_id must be a valid UUID. Invalid UUIDs may return 400 Bad Request.
  • Not found: if the employee does not exist (or does not belong to your organization), the API may return 404 Not Found.
  • Schema: the response follows PublicApiEmployeeBaseResponse (see the OpenAPI schema for full field list and types).

Example Request

Authorizations

x-api-key
string
header
required

Path Parameters

employee_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required
name
string
required
is_disabled
boolean
required
status
string
required
sex
string
required
admission_date
string<date>
required
is_active
boolean
required
organization
SimpleEntity · object
required
branch
SimpleEntity · object
required
position
SimpleEntity · object
required
sector
SimpleEntity · object
required
social_name
string | null
gov_id
string | null
birth_date
string<date> | null
gender
string | null
mother_name
string | null
marital_status
string | null
place_of_birth
string | null
educational_stage
string | null
human_skin_tone
string | null
phone
string | null
cell_phone
string | null
email
string | null
personal_email
string | null
dismissal_date
string<date> | null
hr_code
string | null
employee_registration_number
string | null
work_shift
string | null
client_integration_code
string | null
address
Address · object | null