Add user to journey
Arguments
Available Fields
Examples
Setup a user's password
mutation{
addUserToJourney (input:{journey:"Sm91cm5leTowNTM1NDgwNC0xZWVlLTQzN2YtYjczNS01N2IwZGE2MzA0ZDQ=" portalUser:"Q29hY2g6NzczMA==" profile:"TWVtYmVyOjMwNmEzMmI5LTJkZjAtNGM1MS05MmM4LWQwMDJiODE0NGE0MA=="}){
success
message
}
}{
"data": {
"createUser": {
"success": true,
"message": "User assigned to journey"
}
}
}Last updated
Was this helpful?