Find ID/Password
Function Description
Changes a lost password to a new password.
Detailed Description
When a customer loses their password, this provides a way for the customer to change to a new password directly, instead of receiving a temporary password via the find password process.
Changes the password using the authentication token issued via the Find Password - Generate Token API.
Revision History
Release v1.03_231106: Added find password security methodRelease v2.00_250808: Added site number
Access Token
Success
No content
Business processing error details
PUT /api/member/v1/member/findPassword HTTP/1.1
Host: api-member.x2bee.com/
Content-Type: application/json
Accept: */*
No content
Function Description
Changes the member's password.
Detailed Description
Changes the customer's password.
Password change methods
When requesting a password change after 90 days, the current password is retained and the member's password change date information is updated.
The password can be changed without entering the existing password, either upon first login after finding the password, or via password verification on the personal information change page.
For accounts where 90 days have passed since the last password change, the password can be changed by entering the existing password.
Password rules
Password length between 8 and 30 characters
No consecutive characters (e.g., 123, 456...)
Spaces are not allowed
Repeated identical characters are not allowed
Notes
The password cannot be changed to the same password as the existing one.
Social accounts do not have a separate password, so password change is not supported.
The password change service branches based on the Password Change Type Code.
The chgGb field only accepts the values 10, 20, or 30.
ChgPasswdRequest
UserDetail
Access Token
Success
No content
Business processing error details
PUT /api/member/v1/member/changePassword?request=text&userDetail=text HTTP/1.1
Host: api-member.x2bee.com/
Content-Type: application/json
Accept: */*
No content
Last updated