The following users of {{body.controller}} have made changes to their consent preferences. You are notified of the changes because {{body.third_party_vendor_name}} has been identified as a third-party processor to {{body.controller}} that processes user information.
Please find below the updated list of users and their consent preferences:
{{identity_type}} | {%- endfor %}Preferences |
---|---|
{{requested_change.identities.get(identity_type)}} | {%- endfor %}{% for consent_option in requested_change.consent_preferences -%} {{consent_option.data_use}}: {{"Opt-in" if consent_option.opt_in else "Opt-out"}}{{", " if loop.index < requested_change.consent_preferences|length else ""}} {%- endfor %} {% for privacy_preference in requested_change.privacy_preferences -%} {{privacy_preference.privacy_notice_history.name}}: {{"Opt-in" if privacy_preference.preference.value == "opt_in" else "Opt-out"}}{{", " if loop.index < requested_change.privacy_preferences|length else ""}} {%- endfor %} |
You are legally obligated to honor the users' consent preferences.