/webapi/ver3/users/{user_id}/token/{token_id}
| 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 | 승인 코드 성공 여부 | ||
/webapi/ver3/users/{user_id}/send-sms-otp
| Name | Type | Required | Description | |
|---|---|---|---|---|
| userId | String | Required | 사용자 아이디 | |
| smsType | String |
smsType 종류 * 고객사에 설정된 연동방식 순서 번호 |
||
| Name | Type | Required | Description | |
|---|---|---|---|---|
| result | String | Required | API 요청 결과 코드 (예: "0000") | |
| msg | String | Required | API 요청 결과 메시지 | |
| isLdapPass | Boolean | LDAP 인증 통과 여부 | ||
| isOtpPass | Boolean | 승인 코드 성공 여부 | ||
/webapi/ver3/users/{user_id}/auto-assign/send-sms-otp
| Name | Type | Required | Description | |
|---|---|---|---|---|
| userId | String | Required | 사용자 아이디 | |
| smsType | String |
smsType 종류 * 고객사에 설정된 연동방식 순서 번호 |
||
| Name | Type | Required | Description | |
|---|---|---|---|---|
| result | String | Required | API 요청 결과 코드 (예: "0000") | |
| msg | String | Required | API 요청 결과 메시지 | |
| isLdapPass | Boolean | LDAP 인증 통과 여부 | ||
| isOtpPass | Boolean | 승인 코드 성공 여부 | ||