---
title: "List Eka Users"
method: GET
path: "/cdr/v1/ekauser/"
tags: ["HIP Users API"]
---

# List Eka Users

`GET /cdr/v1/ekauser/`

### Overview
Retrieve a list of all Eka Users (HIP Users) registered for your business. Each entry includes the user's profile, role, seat type, and the doctors and clinics they are associated with.

**Endpoint:** `{{HOST}}/cdr/v1/ekauser`

**Method:** `GET`

### Response Parameters

| Parameter | Type   | Description                                                |
| --------- | ------ | ---------------------------------------------------------- |
| status    | string | Status of the response (e.g., "success")                   |
| users     | array  | List of Eka User objects belonging to the business         |

## Headers

- `auth` string, required

## Response `200`

OK - List of Eka Users

- object
  - `status` string
  - `users` object[]
    - `id` string
    - `firstname` string
    - `lastname` string
    - `mobile` string
    - `email` string
    - `is_admin` boolean
    - `seat_type` string — Seat type (b - basic, p - premium)
    - `doctors` object[]
      - `id` string
      - `firstname` string
      - `lastname` string
    - `clinics` object[]
      - `id` string
      - `name` string
    - `partner_id` string

## Other responses

- `400` — Bad Request - Business could not be resolved from auth token

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/revisions/9ea23456f722/schema)
