Didomi · Arazzo Workflow
Didomi Provision an Organization and Invite a Member
Version 1.0.0
Create an organization, invite a first member into it, and read the organization back.
View Spec
View on GitHub
AdvertisingAdTechCCPACMPConsentConsent ManagementDSARData PrivacyGDPRIAB TCFMarTechPreference ManagementPrivacyPrivacy RequestsRegulatory ComplianceArazzoWorkflows
Provider
Workflows
provision-organization
Create an organization, invite its first member, and read the organization back.
Creates a new organization, invites a member into it by email, and reads the organization back by its ID to confirm provisioning succeeded.
1
createOrganization
{$sourceDescriptions.organizationsApi.url}#/paths/~1organizations/post
Create a new organization. Only name is required by the OrganizationInput schema.
2
inviteMember
{$sourceDescriptions.membersApi.url}#/paths/~1members/post
Invite a member into the new organization. name, email and organization_id are all required by the InvitedMemberInput schema. If the user is new an email with a password reset link is sent.
3
getOrganization
{$sourceDescriptions.organizationsApi.url}#/paths/~1organizations~1{id}/get
Read the organization back by its ID to confirm it was created.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.