Didomi · Arazzo Workflow
Didomi Create a Consent User and Assign an Internal ID
Version 1.0.0
Create an end user, patch it to assign your organization's internal user ID, and read it back.
View Spec
View on GitHub
AdvertisingAdTechCCPACMPConsentConsent ManagementDSARData PrivacyGDPRIAB TCFMarTechPreference ManagementPrivacyPrivacy RequestsRegulatory ComplianceArazzoWorkflows
Provider
Workflows
create-and-assign-consent-user
Create a consent user, assign an internal organization user ID, and read it back.
Creates an end user under an organization, patches it to assign your organization's internal user ID and country, and retrieves the user by ID to confirm the assignment.
1
createUser
{$sourceDescriptions.didomiApi.url}#/paths/~1consents~1users/post
Create a new end user under the organization and store its consent status. organization_id is supplied as a required query parameter.
2
assignInternalId
{$sourceDescriptions.didomiApi.url}#/paths/~1consents~1users~1{id}/patch
Patch the user to assign your organization's internal user ID and country, linking the Didomi user to your own systems.
3
getUser
{$sourceDescriptions.didomiApi.url}#/paths/~1consents~1users~1{id}/get
Read the user back by its ID to confirm the internal ID assignment.