---
title: "Get a specific employee profile and balance"
method: GET
path: "/employees/{employee_id}"
---

# Get a specific employee profile and balance

`GET /employees/{employee_id}`

## Path parameters

- `employee_id` integer, required

## Query parameters

- `org_wallet_ref` string, required

## Response `200`

Successful response

- Employee
  - `id` string
  - `name` string
  - `phone` string
  - `team_code` string
  - `organization_email` string
  - `role` string
  - `accno` string — employee wallet accno
  - `balance` number, double — account balance
  - `status` 'ACTIVE' | 'SUSPENDED'
  - `createdAt` string, date

## Other responses

- `401` — Unauthorized — missing or invalid API key.
- `404` — Not found — the requested resource does not exist.

---

[API](https://skmtc.net/boyahq/apis/boya-employees-api.md) · [All operations](https://skmtc.net/boyahq/apis/boya-employees-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/boyahq/boya-employees-api/revisions/190d4c90e3ab/schema)
