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

# Get a specific employee profile and balance

`GET /employees/?employee_id={employee_id}`

## Query parameters

- `employee_id` integer, required
- `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` unknown
  - `status` 'ACTIVE' | 'SUSPENDED'
  - `createdAt` string, date

## Other responses

- `401` — Unauthorized
- `404` — Resource not found

---

[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/69b8649a89bf/schema)
