Authenticate
계정 인증 확인 API 입니다. 리턴 값이 없을 경우 인증 실패이며, 리턴 값에 계정 정보가 있을 경우 인증 성공입니다.
Authenticate API Key Detail (Request / Response)
name |
type |
Description |
COMP_CD |
string |
회사코드 |
EMP_NO |
string |
사번 |
EMP_NM |
string |
이름 |
TIT_CD |
string |
직위코드 |
JIK_CD |
string |
직책코드 |
DPT_CD |
string |
부서코드 |
STATUS |
int |
상태[1:재직 0:퇴직] |
EMP_EMAIL |
string |
이메일 |
EMP_PASS |
string |
비밀번호 |
PASS_FAIL |
int |
비밀번호 오류횟수 |
PASS_DT |
string |
비밀번호 변경일자 |
Authenticate API & Examples
POST
http://{server ip:port}/api/Authenticate
Request
Content-Type: application/json
{
- "comp_cd":"SYMATION",
- "emp_no":"yjkim",
- "emp_pass":"2c03a226e4bc8ed74432419d000b0bdb78b49904fa648e0f32113570cda1885345d55dda74333b11d925114927e52294621a6678c9e03b3a85dd7c1bb609871e"
}
Response
Content-Type: application/json
{
- "COMP_CD":"SYMATION",
- "EMP_NO":"yjkim",
- "EMP_NM":"김용준",
- "TIT_CD":"YB",
- "JIK_CD":"A00",
- "DPT_CD":"E213522",
- "STATUS":1,
- "EMP_EMAIL":"yjkim@symation.co.kr",
- "EMP_PASS":"2c03a226e4bc8ed74432419d000b0bdb78b49904fa648e0f32113570cda1885345d55dda74333b11d925114927e52294621a6678c9e03b3a85dd7c1bb609871e",
- "PASS_FAIL":0,
- "PASS_DT":"2019-10-11T22:38:13.083"
}
Created with the Personal Edition of HelpNDoc: Free EBook and documentation generator