Add user to journey

Use the addUserToJourney mutation to assign a user to a WGPT journey.

Arguments

Available Fields

The following fields will be displayed in the response:

Examples

Setup a user's password

mutation{
  addUserToJourney (input:{journey:"Sm91cm5leTowNTM1NDgwNC0xZWVlLTQzN2YtYjczNS01N2IwZGE2MzA0ZDQ=" portalUser:"Q29hY2g6NzczMA==" profile:"TWVtYmVyOjMwNmEzMmI5LTJkZjAtNGM1MS05MmM4LWQwMDJiODE0NGE0MA=="}){
    success
    message
  }
}

Last updated