POST
/v1/private/welcome-wizardSubmit welcome wizardSubmit welcome wizard with user information
Request body
application/json
objectWelcomeWizardSubmission
emailstring · emailOptional user email
integrationsarray of stringList of integrations the user selected
Show child attributes
join_beta_programbooleanWhether user wants to join beta programs
rolestringOptional user role
{
"email": "user@example.com",
"integrations": [
"string"
],
"join_beta_program": true,
"role": "string"
}