# 사용자 관리 이벤트

<mark style="background-color:green;">GET</mark> `https://openapi.exosp.com/audit/v1/admin/user-policy-setting`

사용자 관리 이벤트를 조회하는 API 입니다.

### Query Parameters

<table><thead><tr><th>항목</th><th width="169.08984375">타입</th><th>설명</th></tr></thead><tbody><tr><td>offset<mark style="color:red;">*</mark></td><td>int</td><td><strong>((현재 페이지 번호 -1)*tableSize)</strong> 현재 페이지의 첫 번째 데이터가 위치한 인덱스를 나타냅니다.</td></tr><tr><td>tableSize<mark style="color:red;">*</mark></td><td>int</td><td><strong>페이지 사이즈</strong></td></tr><tr><td>timezone</td><td>string</td><td><strong>응답 데이터 타임존</strong><a href="https://en.wikipedia.org/wiki/List_of_tz_database_time_zones">https://en.wikipedia.org/wiki/List_of_tz_database_time_zones</a> 에서 TZ identifier 참고기본값 : UTC</td></tr><tr><td>sortType<mark style="color:red;">*</mark></td><td>string</td><td><strong>응답 데이터 정렬 유형 (제어 시각 기준)</strong><br>ASC : 오름차순, DESC : 내림차순</td></tr></tbody></table>

### Response Schema

<table><thead><tr><th width="162">항목</th><th width="115">타입</th><th>설명</th></tr></thead><tbody><tr><td>code</td><td>int</td><td><p><strong>응답 처리 결과 코드</strong> </p><p>0 : 성공, 1 : 실패</p></td></tr><tr><td>message</td><td>string</td><td><p><strong>응답 처리 결과 메세지</strong></p><p>success : 성공, 그 외 : 실패</p></td></tr><tr><td>body</td><td>object</td><td><a data-mention href="#body">#body</a></td></tr></tbody></table>

#### **body 상세**

<table><thead><tr><th width="164">항목</th><th width="115">타입</th><th>설명</th></tr></thead><tbody><tr><td>searchDate</td><td>string</td><td><strong>조회날짜</strong></td></tr><tr><td>total</td><td>int</td><td><strong>전체 레코드 수</strong></td></tr><tr><td>data</td><td>array</td><td><a data-mention href="#data">#data</a></td></tr></tbody></table>

#### data **상세**

<table><thead><tr><th width="181">항목</th><th width="110">타입</th><th>설명</th></tr></thead><tbody><tr><td>name</td><td>string</td><td><strong>사용자 이름</strong></td></tr><tr><td>email</td><td>string</td><td><strong>사용자 메일</strong></td></tr><tr><td>departmentFull</td><td>string</td><td><strong>그룹 전체 경로</strong></td></tr><tr><td>policyType</td><td>string</td><td><p><strong>정책 유형</strong></p><ul><li>Account Management : 사용자 관리</li><li>User Group Setting : 사용자 등록</li><li>Admin Settings : 관리자 등록</li><li>Approver Settings : 승인자 등록</li><li>Request To Set User Password : 사용자 비밀번호 설정 요청</li></ul></td></tr><tr><td>eventType</td><td>string</td><td><p><strong>이벤트 유형</strong></p><ul><li>User : 사용자</li><li>Group : 그룹</li><li>Company Information : 기업 정보</li><li>Excel Registration : 엑셀 등록</li><li>LDAP : LDAP</li><li>Set user account initial password : 사용자 계정 초기 비밀번호 설정</li><li>Administrator : 관리자</li><li>Approver : 승인자</li><li>Auto Approval Settings : 자동 승인 설정</li><li>User password setting request : 사용자 비밀번호 설정 요청</li></ul></td></tr><tr><td>eventDetailData</td><td>string</td><td><p><strong>이벤트 유형 상세</strong></p><ul><li>Add : 추가</li><li>Delete : 삭제</li><li>Move : 이동</li><li>Modify : 수정</li><li>Name : 이름</li><li>Group : 그룹</li><li>Parent Group : 상위 그룹</li><li>Installation email sent : 설치 메일 전송</li><li>User guidance email sent : 사용자 안내 메일 전송</li><li>Password reset : 비밀번호 초기화</li><li>Cloud application integration management : 클라우드 애플리케이션 연동 관리</li><li>Company Information : 기업 정보</li><li>Apply : 적용</li><li>All Users : 전체 사용자</li><li>Existing Users : 기존 사용자</li><li>New : 신규</li><li>Changed : 변경</li><li>Deleted : 삭제</li><li>LDAP Users : LDAP 사용자</li><li>Duplicate : 중복</li><li>Delete Server Information : 서버 정보 삭제</li><li>Set user account initial password : 사용자 계정 초기 비밀번호 설정</li><li>Change : 변경</li><li>Administrator : 관리자</li><li>Change Accessible Menu : 접근 가능 메뉴 변경</li><li>Transfer Chief Administrator Rights : 대표 관리자 권한 전달</li><li>Backup File Download Permission : 백업 파일 다운로드 권한</li><li>Approver : 승인자</li><li>Change Approval Group : 승인 그룹 변경</li><li>Auto Approval Settings : 자동 승인 설정</li><li>Activate : 활성화</li><li>Deactivate : 비활성화</li><li>User password setting request : 사용자 비밀번호 설정 요청</li><li>Initial password for user account - changed : 사용자 계정 초기 비밀번호 - 변경</li><li>User security quick setting link validity period : 사용자 보안 간편 설정 링크 유효시간</li><li>minutes : 분</li><li>User : 사용자</li><li>Excel Registration : 엑셀 등록</li></ul></td></tr><tr><td>ip</td><td>string</td><td><strong>IP</strong></td></tr><tr><td>userAgent</td><td>string</td><td><strong>클라이언트의 브라우저</strong></td></tr><tr><td>dateOfEntryUTC</td><td>string</td><td><strong>정책 생성 시각</strong><br>UTC 기준, ISO 8601포맷</td></tr><tr><td>dateOfEntry</td><td>string</td><td><strong>정책 생성 시각</strong><br>요청 타임존 기준, ISO 8601포맷</td></tr></tbody></table>

### Example

{% tabs %}
{% tab title="200 Success" %}

```javascript
curl -X 'GET' \
  'https://openapi.exosp.com/audit/v1/admin/user-policy-setting?offset=0&tableSize=1&timezone=Asia%2FSeoul&sortType=DESC' \
  -H 'accept: application/json' \
  -H 'x-exosp-access: YOUR_ACCESS_KEY' \
  -H 'x-exosp-secret: YOUR_ACCESS_SECRET' 

{
  "code": 0,
  "message": "success",
  "body": {
    "searchDate": "2025-11-24 ~ 2026-02-23",
    "total": 189,
    "data": [
      {
        "name": "OpenAPI",
        "email": "OpenAPI",
        "departmentFull": "OpenAPI",
        "policyType": "Account Management - User Group Settings",
        "eventType": "Excel Registration",
        "eventDetailData": "Apply - [ All Users - 2 / Existing Users - 2 / New - 1 / Changed - 0 / Deleted - 0 ]",
        "ip": "127.0.0.1",
        "userAgent": "Other - PC - Other",
        "dateOfEntryUTC": "2026-02-23T01:44:10+00:00",
        "dateOfEntry": "2026-02-23T10:44:10+09:00"
      },
      {
        "name": "OpenAPI",
        "email": "OpenAPI",
        "departmentFull": "OpenAPI",
        "policyType": "Account Management - User Group Settings",
        "eventType": "Excel Registration",
        "eventDetailData": "Apply - [ All Users - 1 / Existing Users - 35 / New - 0 / Changed - 0 / Deleted - 33 ]",
        "ip": "127.0.0.1",
        "userAgent": "Other - PC - Other",
        "dateOfEntryUTC": "2026-02-23T01:35:56+00:00",
        "dateOfEntry": "2026-02-23T10:35:56+09:00"
      },
      {
        "name": "OpenAPI",
        "email": "OpenAPI",
        "departmentFull": "OpenAPI",
        "policyType": "Account Management - User Group Settings",
        "eventType": "Excel Registration",
        "eventDetailData": "Apply - [ All Users - 35 / Existing Users - 37 / New - 0 / Changed - 1 / Deleted - 2 ]",
        "ip": "127.0.0.1",
        "userAgent": "Other - PC - Other",
        "dateOfEntryUTC": "2026-02-23T01:31:37+00:00",
        "dateOfEntry": "2026-02-23T10:31:37+09:00"
      }
    ]
  }
}
```

{% endtab %}
{% endtabs %}


---

# 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://openapi-docs.exosp.com/guide/logs/audit/policy-setting-2.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.
