비밀번호 변경

최근비밀번호 일치 확인

post

기능설명

  • 최근 비밀번호와 일치한지 확인합니다.


상세설명

  • 비밀번호 변경 이력에 남은 최근 비밀번호와 신규 비밀번호가 일치하면 비밃번호를 변경할 수 없습니다.

  • userId, currentPasswd, newPasswd는 필수입니다.

  • 최근 비밀번호와 일치한지에 대한 여부를 반환합니다.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

비밀번호 변경 요청 DTO

userIdstringOptional

사용자ID

Example: x2bee
currentPasswdstringOptional

현재 비밀번호

newPasswdstringOptional

신규 비밀번호

Responses
chevron-right
200

성공

*/*
booleanOptional
post
/v1/system/passwordChange/checkRecentPassword

기존비밀번호 일치 확인

post

기능설명

  • 기존 비밀번호와 일치한지 확인합니다.


상세설명

  • 기존 비밀번호와 일치하면 비밃번호를 변경할 수 없습니다.

  • userId, currentPasswd는 필수입니다.

  • 기존 비밀번호와 일치한지에 대한 여부를 반환합니다.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

비밀번호 변경 요청 DTO

userIdstringOptional

사용자ID

Example: x2bee
currentPasswdstringOptional

현재 비밀번호

newPasswdstringOptional

신규 비밀번호

Responses
chevron-right
200

성공

*/*
booleanOptional
post
/v1/system/passwordChange/checkCurrentPassword

비밀번호 변경

post

기능설명

  • 입력한 비밀번호로 변경 처리합니다.


상세설명

  • 최근 비밀번호와 일치하지 않아야 변경 가능합니다.

  • 기존 비밀번호와 일치하지 않아야 변경 가능합니다.

  • userId, newPasswd는 필수입니다.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

비밀번호 변경 요청 DTO

userIdstringOptional

사용자ID

Example: x2bee
currentPasswdstringOptional

현재 비밀번호

newPasswdstringOptional

신규 비밀번호

Responses
chevron-right
200

성공

*/*
stringOptional
post
/v1/system/passwordChange/changePassword

Last updated