GDPR and Guest Anonymization or Deletion
KYC supports advanced Guest Anonymization and Deletion functionality, usually in response to either a guest request or time-based policies. When this happens, the Guest record will still exist inside KYC, but will not be returned in any GET by ID or in any find or search operation.Guest Merging
KYC also merges guest records from time to time, usually because duplicate records have been created, often from different properties, sales channels, etc. When this happens, a single guest record will become master and its ID the primary one used, however, all merged-in guest IDs will also still work forever. This means that if you retain a guest ID on your side and refer to it later after a guest merge, it will still work, however, be aware that if you query that guest, the returned ID itself may have changed. For example, you may query: GET /guest/1234 and the returned Guest record may be:{“id”:”5678”, “first_name”:”bob” …}
Note that the guest record will NOT return the old merged IDs.
