/webapi/ver3/verify-otp
| Name | Type | Required | Description | |
|---|---|---|---|---|
| userId | String | Required | 사용자 아이디 | |
| otp | String | Required |
OTP 생성 번호 * 암호화 사용시, AES 암호화후 base64 encoding |
|
| Name | Type | Required | Description | |
|---|---|---|---|---|
| result | String | Required | API 요청 결과 코드 (예: "0000") | |
| msg | String | Required | API 요청 결과 메시지 | |
| isLdapPass | Boolean | LDAP 인증 통과 여부 | ||
| isOtpPass | Boolean | 승인 코드 성공 여부 | ||
/webapi/ver3/users/{user_id}/qrcode-text
| Name | Type | Required | Description | |
|---|---|---|---|---|
| userId | String | Required | 사용자 아이디 | |
| rcode | String | Required |
앱에서 생성된 등록코드 8자리 * 암호화 사용시, AES 암호화후 base64 encoding |
|
| Name | Type | Required | Description | |
|---|---|---|---|---|
| result | String | Required | API 요청 결과 코드 (예: "0000") | |
| msg | String | Required | API 요청 결과 메시지 | |
| isLdapPass | Boolean | LDAP 인증 통과 여부 | ||
| isOtpPass | Boolean | 승인 코드 성공 여부 | ||
| qrcodeText | String | QR코드 텍스트 값 | ||
| expiry | String | QR코드 유효 기간 | ||
/webapi/ver3/users/{user_id}/token/{token_id}/disposal
| Name | Type | Required | Description | |
|---|---|---|---|---|
| userId | String | Required | 사용자 아이디 | |
| tokenId | String | Required | 토큰 아이디 (일련번호) | |
| Name | Type | Required | Description | |
|---|---|---|---|---|
| result | String | Required | API 요청 결과 코드 (예: "0000") | |
| msg | String | Required | API 요청 결과 메시지 | |
| isLdapPass | Boolean | LDAP 인증 통과 여부 | ||
| isOtpPass | Boolean | 승인 코드 성공 여부 | ||