# 현재 사용자

셀을 로그인 사용자 유형으로 설정하여 로그인한 사용자의 사용자 이름, 로그인, 로그아웃, 워크플로 알림을 표시합니다. 로그인한 사용자는 다음 그림과 같습니다.

<figure><img src="/files/N61n17mMil35xHvXhlwk" alt=""><figcaption></figcaption></figure>

## 현재 사용자 설정&#x20;

로그인 사용자를 선택하고 속성 설정 영역에서 셀 설정 탭을 선택합니다.

| 설정                 | 설명                                                                                                                                                      |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 사용자의 전체 이름을 표시     | 이 옵션을 선택하면 사용자의 전체 이름이 표시됩니다.                                                                                                                           |
| 사용자 사진 표시          | 이 옵션을 선택하면 프로필 사진이 표시됩니다.                                                                                                                               |
| 사용자 드롭다운 메뉴 표시     | 표시 여부는 개인 정보 수정, 암호 수정, 현재 계정에서 탈퇴하는 데 사용할 수 있습니다.                                                                                                      |
| 알림 표시              | 워크플로 알림이 있는 경우 로그인한 사용자의 사용자 이름 옆에 워크플로 알림 수가 표시됩니다.                                                                                                    |
| 알림 확인 시 이동할 페이지 지정 | 워크플로 알림이 있는 경우 아바타를 탭하여 지정된 페이지로 이동합니다.                                                                                                                 |
| 로그아웃 시 이동 대상 설정    | <p>로그아웃할 때 점프 설정 링크를 클릭하여 로그아웃할 때 이동할 페이지를 설정합니다.</p><ul><li>현재 페이지를 유지합니다</li><li>홈 페이지로 이동합니다</li><li>지정된 페이지로 이동합니다</li><li>지정된 Url로 이동합니다</li></ul> |

{% hint style="info" %}

* **이 셀 유형은 테이블의 템플릿 행에 설정할 수 없습니다.**
* **로그인한 사용자 셀 유형은 데이터 바인딩을 통해 데이터를 표시할 수 없습니다. 데이터 테이블에 로그인 사용자 이름을 늘리거나 업데이트하려면 데이터 바인딩을 통해 로그인한 사용자 이름을 값으로 사용할 수 있습니다.**
  {% endhint %}


---

# Agent Instructions: 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:

```
GET https://doc.forguncy.co.kr/components/celltype/currentuser.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
