---
title: "Get All HIP Users of a Business"
method: GET
path: "/cdr/v1/hipusers/"
tags: ["HIP Users API"]
---

# Get All HIP Users of a Business

`GET /cdr/v1/hipusers/`

This API retrieves the list of all HIP users associated with a business. The response includes each user's details along with their linked doctors and clinics.
> _Use this API to fetch all HIP users for a business account in one call._

## Headers

- `auth` string, required

## Response `200`

OK

- object
  - `status` string
  - `users` object[]
    - `id` string
    - `firstname` string
    - `lastname` string
    - `mobile` string
    - `email` string
    - `is_admin` boolean
    - `seat_type` string — Indicates the type of seat or subscription plan assigned to the HIP user. - **p** → Premium user (full access to advanced features) - **b** → Basic user (access to standard features only)
    - `doctors` object[]
      - `id` string
      - `firstname` string
      - `lastname` string
    - `clinics` object[]
      - `id` string
      - `name` string
    - `partner_id` string, nullable

## Other responses

- `403` — Forbidden
- `500` — Internal Server Error

---

[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)
