---
title: "Get HIP User Details by ID"
method: GET
path: "/cdr/v1/hipusers/{hip_user_id}"
tags: ["HIP Users API"]
---

# Get HIP User Details by ID

`GET /cdr/v1/hipusers/{hip_user_id}`

This API retrieves detailed information about a specific HIP user registered under a business. The response includes the user's personal details, assigned doctors, and associated clinics.
> _Use this API to get complete profile details of a single HIP user by their Eka user ID._

## Path parameters

- `hip_user_id` string, required

## Headers

- `auth` string, required

## Response `200`

OK

- object
  - `status` string
  - `user` 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
- `404` — Not Found
- `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)
