> For the complete documentation index, see [llms.txt](https://kakaowork.gitbook.io/kakao-work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kakaowork.gitbook.io/kakao-work/basic/admin/security/login-history.md).

# 로그인 이력

[카카오워크 관리자 서비스](https://admin.kakaowork.com/) **> 보안 > 로그인 이력** 메뉴에서는 워크스페이스 멤버들의 로그인 기록을 확인할 수 있습니다. 최근 90일 동안의 로그인 이력만 제공되며, 특정 기간 혹은 특정 멤버의 로그인 이력을 조회하거나 로그인 이력 목록을 다운로드할 수 있습니다.

{% hint style="info" %}
**안내**

**MINI** [요금제](https://www.kakaowork.com/pricing)부터 사용할 수 있습니다.
{% endhint %}

<figure><img src="https://t1.kakaocdn.net/service_kep_docpublish/git/kakaowork/admin/%EB%A1%9C%EA%B7%B8%EC%9D%B8%20%EC%9D%B4%EB%A0%A5%20%EC%A1%B0%ED%9A%8C.png" alt=""><figcaption><p>로그인 이력 조회</p></figcaption></figure>

<table><thead><tr><th width="204">구분</th><th>설명</th></tr></thead><tbody><tr><td>⓵ 조회 조건</td><td>기간 설정 혹은 멤버 검색을 통해 로그인 이력을 조회</td></tr><tr><td>⓶ 엑셀 내려받기</td><td>로그인 이력 목록 엑셀 파일로 다운로드</td></tr><tr><td>⓷ 로그인 이력</td><td>로그인 정보<br>- 이름: 로그인을 시도한 멤버 이름<br>- 로그인 환경: <code>PC</code> / <code>모바일</code><br>- 일시: 로그인 일시<br>- 위치(IP 정보): 로그인 위치 정보<br>- 설명: <code>로그인 성공</code> / <code>로그인 실패</code> / <code>새로운 기기에서 로그인</code><br>  ㄴ 새로운 기기에서 로그인 시 사용자에게 Bot 알림 메시지 발송</td></tr></tbody></table>

{% hint style="warning" %}
**주의**

자동 로그인 이력과 삭제된 멤버의 로그인 이력은 노출되지 않습니다.

* 삭제된 멤버의 로그인 이력은 엑셀 내려받기를 통해 다운로드한 파일에서만 조회할 수 있습니다.
  {% endhint %}


---

# 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://kakaowork.gitbook.io/kakao-work/basic/admin/security/login-history.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.
