---
title: "View Employee"
method: GET
path: "/employee/{gid}"
---

# View Employee

`GET /employee/{gid}`

This API functionality is used to fetch employee information. It is used in view profile page and in employee onboarding page

## Path parameters

- `gid` integer, required

## Headers

- `api-token` string
- `x-api-key` string

## Response `200`

200

- object
  - `status` integer
  - `message` string
  - `data` object
    - `employee_id` string
    - `name` string
    - `designation` string
    - `department` string
    - `supervisor` string
    - `reporting_to` string
    - `branchid` string
    - `branch` string
    - `doj` string
    - `office_email` string
    - `personalnumber` string
    - `officemobile` string
    - `gid` string
    - `employee_status` string
    - `status` string
    - `dob` string
    - `blood_group` string
    - `marital_status` string
    - `gender` string
    - `shift` string
    - `stime` string
    - `bank` object
      - `bankname` string
      - `ifsccode` string
      - `update_on` string
      - `bankbranch` string
      - `updated_by` string
      - `accountname` string
      - `account_type` string
      - `accountnumber` string
    - `presentaddress` object[]
      - `city` string
      - `state` string
      - `country` string
      - `pincode` string
      - `address_line1` string
      - `address_line2` string
    - `permanentaddress` object[]
      - `city` string
      - `state` string
      - `country` string
      - `pincode` string
      - `address_line1` string
      - `address_line2` string
    - `uan_number` string
    - `esi_number` string
    - `aadhar` string
    - `pan` string
    - `personal_email` string
    - `fathers_name` string
    - `emergency_contact` string
    - `religion` string
    - `employment_type` string
    - `created_on` string
    - `created_by` string
    - `updated_on` string
    - `updated_by` string
    - `created_by_name` string
    - `dateofexit` string
    - `exit_description` string
    - `notice_period` integer
    - `role` string
    - `peopleid` string
    - `regime` object
      - `FY 2025-2026` object
        - `regime` string
        - `added_by` string
        - `added_on` string
    - `leave_policy` string
    - `image` string
    - `Salary` object
      - `basic` integer
      - `CTC_per_month` integer
      - `CTC_per_year` integer
      - `Gross` integer
      - `Netpay` integer
      - `startdate` string
      - `enddate` string
      - `TaxableBenefits` object
        - `FP_Hra` string
        - `FP_SpecialAllowance` string
      - `RetirementBenefits` object
        - `EmployerPF` integer
        - `EmployeePF` integer
        - `EmployerESI` integer
        - `EmployeeESI` integer
        - `Gratuity` integer
      - `Deduction` unknown
      - `Settings` object
        - `ProvidentFundValue` integer
        - `EmployeeStateInsuranceApplicability` integer
      - `history` object[]
        - `basic` integer
        - `CTC_per_month` integer
        - `CTC_per_year` integer
        - `Gross` integer
        - `Netpay` integer
        - `startdate` string
        - `enddate` string
        - `TaxableBenefits` object
          - `FS_Hra` string
          - `FS_MedicalAllowance` string
          - `FS_ConveyanceAllowance` string
        - `RetirementBenefits` object
          - `EmployerPF` integer
          - `EmployeePF` integer
          - `EmployerESI` integer
          - `EmployeeESI` integer
          - `Gratuity` integer
        - `Deduction` unknown
        - `Settings` object
          - `Wages` object[]
            - `Hra` string
            - `W_Basic` string
            - `MedicalAllowance` string
            - `ConveyanceAllowance` string
          - `PF_Rate` string
          - `PF_Type` string
          - `ProvidentFundValue` integer
          - `EmployeeStateInsuranceApplicability` integer
    - `teams` object[]
  - `statusCode` string

## Other responses

- `401` — 401
- `500` — 500
- `502` — 502
- `503` — 503

---

[API](https://skmtc.net/ledgers/apis/authentication.md) · [All operations](https://skmtc.net/ledgers/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ledgers/authentication/versions/605f28ef08ef/schema)
