User Registration via API and the Activate Redirect URL
Hi All,
I have an API call, which is used to create a new user with APP_USER role for spark under specific team . I use Team setup and Team billing. I am also using Activate via Email feature.
In my method I am using this simple code to create the user
If you look into the sendEmailVerificationNotification method you can see that this will send a notification to the user using an email. In the email a route is specified. So what you can do is override the emailtemplate and specifiy a different route. The only think you then need to do is add that route to your application point to the verification controller.
You can find the current route and it's controller by running php artisan route:list