---
title: "Get an Employee"
method: GET
path: "/hris/employees/{employeeId}"
tags: ["Employees"]
---

# Get an Employee

`GET /hris/employees/{employeeId}`

Get an employee with specified identifier.

## Path parameters

- `employeeId` string, required

## Response `200`

OK

- EmployeeProfileResponse — class represents response.
  - `succeeded` boolean — Gets or sets a value indicating whether this Keka.API.Web.Core.Response`1 is succeeded.
  - `message` string, nullable — Gets or sets the message.
  - `errors` string[], nullable — Gets or sets the errors.
  - `data` EmployeeProfile
    - `id` string, nullable
    - `employeeNumber` string, nullable
    - `firstName` string, nullable
    - `middleName` string, nullable
    - `lastName` string, nullable
    - `displayName` string, nullable
    - `email` string, nullable
    - `city` string, nullable
    - `countryCode` string, nullable
    - `image` Image
      - `fileName` string, nullable
      - `thumbs` object, nullable
    - `jobTitle` LookupInfo
      - `identifier` string, nullable
      - `title` string, nullable
    - `secondaryJobTitle` string, nullable
    - `reportsTo` EmployeeLookup
      - `id` string, nullable
      - `firstName` string, nullable
      - `lastName` string, nullable
      - `email` string, nullable
    - `l2Manager` EmployeeLookup
      - `id` string, nullable
      - `firstName` string, nullable
      - `lastName` string, nullable
      - `email` string, nullable
    - `dottedLineManager` EmployeeLookup
      - `id` string, nullable
      - `firstName` string, nullable
      - `lastName` string, nullable
      - `email` string, nullable
    - `contingentType` ContingentType
      - `id` string, nullable
      - `name` string, nullable
    - `timeType` 0 | 1 | 2
    - `workerType` 0 | 1 | 2
    - `isPrivate` boolean
    - `isProfileComplete` boolean
    - `maritalStatus` 0 | 1 | 2
    - `marriageDate` string, date-time, nullable
    - `gender` 0 | 1 | 2 | 3
    - `joiningDate` string, date-time
    - `totalExperienceInDays` integer, nullable
    - `professionalSummary` string, nullable
    - `dateOfBirth` string, date-time, nullable
    - `resignationSubmittedDate` string, date-time, nullable
    - `exitDate` string, date-time, nullable
    - `employmentStatus` 0 | 1
    - `accountStatus` 0 | 1 | 2
    - `invitationStatus` 0 | 1
    - `exitStatus` 0 | 1 | 2
    - `exitType` 0 | 1 | 2 | 3
    - `exitReason` string, nullable
    - `personalEmail` string, nullable
    - `workPhone` string, nullable
    - `homePhone` string, nullable
    - `mobilePhone` string, nullable
    - `bloodGroup` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17
    - `nationality` string, nullable
    - `attendanceNumber` string, nullable
    - `probationEndDate` string, date-time, nullable
    - `currentAddress` Address
      - `addressLine1` string, nullable
      - `addressLine2` string, nullable
      - `countryCode` string, nullable
      - `city` string, nullable
      - `state` string, nullable
      - `zip` string, nullable
    - `permanentAddress` Address
      - `addressLine1` string, nullable
      - `addressLine2` string, nullable
      - `countryCode` string, nullable
      - `city` string, nullable
      - `state` string, nullable
      - `zip` string, nullable
    - `relations` Relation[], nullable
      - `id` string, nullable
      - `relationType` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9
      - `gender` 0 | 1 | 2 | 3
      - `firstName` string, nullable
      - `lastName` string, nullable
      - `displayName` string, nullable
      - `email` string, nullable
      - `dateOfBirth` string, date-time, nullable
      - `profession` string, nullable
      - `mobile` string, nullable
    - `educationDetails` Education[], nullable
      - `id` string, nullable
      - `degree` string, nullable
      - `branch` string, nullable
      - `university` string, nullable
      - `cgpa` number, double
      - `yearOfJoining` string, date-time, nullable
      - `yearOfCompletion` string, date-time, nullable
      - `customFields` CustomField[], nullable
        - `id` string, nullable
        - `title` string, nullable
        - `value` string, nullable
    - `experienceDetails` Experience[], nullable
      - `id` string, nullable
      - `companyName` string, nullable
      - `jobTitle` string, nullable
      - `location` string, nullable
      - `description` string, nullable
      - `dateOfJoining` string, date-time, nullable
      - `dateOfRelieving` string, date-time, nullable
      - `customFields` CustomField[], nullable
        - `id` string, nullable
        - `title` string, nullable
        - `value` string, nullable
    - `customFields` CustomField[], nullable
      - `id` string, nullable
      - `title` string, nullable
      - `value` string, nullable
    - `groups` GroupLookup[], nullable
      - `id` string, nullable
      - `title` string, nullable
      - `groupType` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9
    - `leavePlanInfo` LookupInfo
      - `identifier` string, nullable
      - `title` string, nullable
    - `holidayCalendarId` string, nullable
    - `bandInfo` LookupInfo
      - `identifier` string, nullable
      - `title` string, nullable
    - `payGradeInfo` LookupInfo
      - `identifier` string, nullable
      - `title` string, nullable
    - `shiftPolicyInfo` LookupInfo
      - `identifier` string, nullable
      - `title` string, nullable
    - `weeklyOffPolicyInfo` LookupInfo
      - `identifier` string, nullable
      - `title` string, nullable
    - `captureSchemeInfo` LookupInfo
      - `identifier` string, nullable
      - `title` string, nullable
    - `trackingPolicyInfo` LookupInfo
      - `identifier` string, nullable
      - `title` string, nullable
    - `expensePolicyInfo` LookupInfo
      - `identifier` string, nullable
      - `title` string, nullable
    - `overtimePolicyInfo` LookupInfo
      - `identifier` string, nullable
      - `title` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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