/webapi/ver3/users/{user_id}/lock
| Name | Type | Required | Description | |
|---|---|---|---|---|
| userId | String | Required |
사용자 아이디 |
|
| Name | Type | Required | Description | |
|---|---|---|---|---|
| result | String | Required | API 요청 결과 코드 (예: "0000") | |
| msg | String | Required | API 요청 결과 메시지 | |
| isLdapPass | Boolean | LDAP 인증 통과 여부 | ||
| isOtpPass | Boolean | 승인 코드 성공 여부 | ||
/webapi/ver3/users/{user_id}/logs
| Name | Type | Required | Description | |
|---|---|---|---|---|
| start | String |
조회 시작일 * yyyy-MM-dd 형식 |
||
| end | String |
조회 마지막일 * yyyy-MM-dd 형식 |
||
| page | Integer |
조회 결과 Page * Default 1 |
||
| size | Integer |
조회 결과 개수 * Default 10 * 1 ~ 100 (Min ~ Max) |
||
| order | String |
조회 결과 정렬 방법 * Default "asc" * 사용가능 Format "asc" / "desc" |
||
| Name | Type | Required | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| result | String | Required | API 요청 결과 코드 (예: "0000") | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| msg | String | Required | API 요청 결과 메시지 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| isLdapPass | Boolean | LDAP 인증 통과 여부 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| isOtpPass | Boolean | 승인 코드 성공 여부 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| totalElements | Number | 전체 레코드 수 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| totalPages | Number | 전체 페이지 수 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| pageNumber | Number | 현재 페이지 번호 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| size | Number | 조회 레코드 개수 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| numberofElement | Number | 현재 페이지 레코드 수 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| logs | Array | 로그 목록 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
/webapi/ver3/users/{user_id}/reset
| Name | Type | Required | Description | |
|---|---|---|---|---|
| userId | String | Required |
사용자 아이디 |
|
| Name | Type | Required | Description | |
|---|---|---|---|---|
| result | String | Required | API 요청 결과 코드 (예: "0000") | |
| msg | String | Required | API 요청 결과 메시지 | |
| isLdapPass | Boolean | LDAP 인증 통과 여부 | ||
| isOtpPass | Boolean | 승인 코드 성공 여부 | ||