Member Management
Function Description
Changes the member's personal information.
Detailed Description
If changed information exists from the previously entered personal information, updates the member's information via a personal information change.
Information that can be changed
Mobile Phone No.
Date of Birth
Address and default delivery address
Email
Marketing usage information consent (email, SMS)
Notes
The baseDlvpYn field is required.
When partially changing personal information, only the changed information should be passed, and unchanged information should be passed as blank.
After a successful modification, the modified delivery address sequence number and delivery address information are synchronized to the event DB.
MemberInfoUpdateRequest
UserDetail
Access Token
Success
No content
Business processing error details
PUT /api/member/v1/member/modifyMemberInfo?memberInfoUpdateRequest=text&userDetail=text HTTP/1.1
Host: api-member.x2bee.com/
Content-Type: application/json
Accept: */*
No content
Function Description
Links a social account for the logged-in member.
Detailed Description
Login and social type (type) are required.
For an initial link, the social account authentication API (/api/member/v1/social/check) is called to retrieve social account information.
Linking is not allowed if the member number matching the social account's CI linkage value does not match the member number in the token information.
Linking is not allowed if a social account already linked with the same social type already exists.
Saves the social account linkage information to the existing member. The link end date is set to 2999-12-31 23:59:59.
Revision History
Release v2.00_240530: For Google and Apple, excluded from member information match check due to absence of CI valueRelease v2.00_240627: Fixed SNS link end date/time infinity typeRelease v2.00_240627: For Google and Apple, checks for existing link to prevent duplicate linking
SocialAuthRequest
Access Token
Success
No content
Business processing error details
POST /api/member/v1/social/snsLinkConnect?socialAuthRequest=text HTTP/1.1
Host: api-member.x2bee.com/
Content-Type: application/json
Accept: */*
No content
Function Description
Unlinks the member's linked social account for the access token.
Detailed Description
Login is required.
Social type (type) and Member No. (mbrNo) are required.
For a social member, unlinking is not possible using the social type used at sign-up. e.g. A Naver social member cannot unlink Naver.
Unlinks the linkage information for the social account.
SocialConnectRequest
Access Token
Success
Business processing error details
POST /api/member/v1/social/snsLinkCancel?socialConnectRequest=text HTTP/1.1
Host: api-member.x2bee.com/
Content-Type: application/json
Accept: */*
No content
Access Token
Success
No content
Business processing er
POST /api/member/v1/myPage/bkmkMenu HTTP/1.1
Host: api-member.x2bee.com/
Content-Type: application/json
Accept: */*
No content
Last updated