* A random UUID generated by the SDK on wbsites and mobile apps.
* A unique user ID in your organization
* This could be an email, a phone number, an internal client ID, etc.
* It is used to link Didomi users to your internal systems.
* Multiple Didomi users can be associated with one organization user ID.
organization_user_id: 'string',
* Version number of the user record
* User for optimistic locking
* Creation date of the user record
created_at: 'ISO8601 date',
* Last update date of the user record
updated_at: 'ISO8601 date',
* Free-form metadata object on the user
* Two-letter ISO code of the user's country.
* `null` if no value is provided. This property is never set automatically by Didomi.
* Two-letter ISO country code of the last consent event for the user.
* The country of a consent event might differ from the initial
* user's country. This property stores the last seen country from
* the user's consent events.
* Auto-filled for Didomi SDK events.
last_seen_country: 'string',
* Consent status of the user
* Channels that the user made choices for
* Whether the user has enabled this channel or not
* A null value indicates that the user has not made a specific
* Free-form metadata object
* Purposes that the user has made choices for
* Whether the user has given consent to this purpose or not
* A null value indicates that the user has not made a specific
* choice for the purpose but might have made choices for
* preferences or channels
* Channels that the user made choices for
* Whether the user has enabled this channel or not
* A null value indicates that the user has not made a specific
* Free-form metadata object
* Extra preferences expressed for the purpose
* Whether the user has enabled this preference or not
* A null value indicates that the user has not made a specific
* choice for the preference but might have made choices for
* Whether the user has enabled this channel or not
* A null value indicates that the user has not made a specific
* Free-form metadata object
* Free-form metadata object on the preference
* Vendors that the user has made choices for
* List of vendor IDs that the user has given consent to
enabled: ['string', ...],
* List of vendor IDs that the user has denied consent to
disabled: ['string', ...]
* TCF consent string for the user
* (if it was available or generated at the time of consent collection)