Add user to journey
Use the addUserToJourney
mutation to assign a user to a WGPT journey.
Arguments
Argument | Type | Description |
| Input | |
| ID! | Id of the journey to assign. |
| ID! | Id of the Coach to assign. |
| ID! | User Id base64 encoded. |
Available Fields
The following fields will be displayed in the response:
Field | Type | Description |
| string | True if the user has been assigned to journey successfully. Otherwise, False |
| string | Description of the result |
Examples
Setup a user's password
Last updated