비밀번호 변경
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
비밀번호 변경 요청 DTO
userIdstringOptionalExample:
사용자ID
x2beecurrentPasswdstringOptional
현재 비밀번호
newPasswdstringOptional
신규 비밀번호
Responses
200
성공
*/*
booleanOptional
900
업무처리 오류 내용
*/*
post
/v1/system/passwordChange/checkRecentPasswordAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
비밀번호 변경 요청 DTO
userIdstringOptionalExample:
사용자ID
x2beecurrentPasswdstringOptional
현재 비밀번호
newPasswdstringOptional
신규 비밀번호
Responses
200
성공
*/*
booleanOptional
900
업무처리 오류 내용
*/*
post
/v1/system/passwordChange/checkCurrentPasswordAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
비밀번호 변경 요청 DTO
userIdstringOptionalExample:
사용자ID
x2beecurrentPasswdstringOptional
현재 비밀번호
newPasswdstringOptional
신규 비밀번호
Responses
200
성공
*/*
stringOptional
900
업무처리 오류 내용
*/*
post
/v1/system/passwordChange/changePasswordLast updated