> For the complete documentation index, see [llms.txt](https://docs.hackle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hackle.io/user-view/user-profile.md).

# 사용자 조회

## 사용자 조회하기

사용자 식별자를 직접 검색하여 개별 사용자의 프로필을 확인할 수 있습니다.

{% hint style="info" %}
**검색 가능한 식별자**

Hackle ID, User ID, Device ID, 전화 번호
{% endhint %}

![](/files/sl65S1dbDiA4WvFIx9WG)

### 프로필 상세 정보

사용자 프로필 화면에서 식별자와 핵클이 자동으로 수집하는 `핵클 자동수집 속성`, `사용자 속성`, `푸시 메시지` 등에 대한 정보를 확인할 수 있습니다.

![](/files/Rk2aaZ9O7abrEEAcoRm5)

### 활동 타임라인

사용자의 최근 활동 타임라인 정보를 조회할 수 있습니다. 사용자의 활동 이벤트는 물론이고 실험이나 기능플래그 분배 내역까지 한눈에 확인할 수 있습니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hackle.io/user-view/user-profile.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
