# Get the status of the merge process by member’s ID This method is used to get the details of the primary member after the merge functionality is completed, and only a single member is left (the primary member). It displays how many members have been merged with the primary member, and some basic information, such as who the merge was initiated by and the reason for the merge. Note - For 'Multi Template Summary Flag' enabled sites, the response shows an additional status parameter which indicates whether the merge process is in-progress or completed. Endpoint: GET /mergeuser/{{memberId}} Version: 3.0.0 Security: ## Path parameters: - `memberId` (string, required) Enter the unique ID of the loyalty member. Example: "jacklee2023" ## Response 200 fields (application/json): - `Data` (object) Displays the following details- - `Data.siteID` (string) Displays the Annex Cloud site ID for the loyalty program. Example: "29235480" - `Data.id` (string) Displays the updated primary member ID. Example: "User3@domain.com" - `Data.userDetail` (object) Displays the following details of the loyalty member- - `Data.userDetail.primaryUID` (string) Displays the primary member ID. The primary member survives post merge. Example: "User1@domain.com" - `Data.userDetail.secondaryUID` (string) Displays the secondary member user ID. The data of secondary member is deleted post merge as all the information is added to primary member. Example: "User2@domain.com" - `Data.userDetail.mergedBy` (string) Displays the email address of the individual who initiated the merge. Example: "User4@domain.com" - `Data.userDetail.mergeDate` (string) Displays the date the merge occured. Example: "2022-11-30" - `Data.userDetail.updateDate` (string) Displays the date on which the loyalty member’s information was updated in yyyy-MM-dd'T'HH:mm:ssZ format. Example: "2024-08-08T07:00:12+0000" - `Data.userDetail.pages` (integer) Displays the total number of pages on which the loyalty member's information is displayed. Example: 15 - `Data.userDetail.currentPage` (integer) Displays the current page number on which the loyalty member's information is displayed. Example: 1 - `Data.userDetail.userDetailCount` (integer) Displays the total number of times the primary member has gone through the merge process. Example: 1 ## Response 404 fields ## Response 405 fields