Trying to set up user registration on email invite
-
Hello!
I am trying to integrate the
/oauth2/register
to allow users to update some of their basic details on fusion auth such as name etc.
Current system implementation involves inviting the user to fusion auth from the main application and then after that an email is sent to the user to set password. This utilises thepassword/change/
route
Instead of just setting up the password I want the user to be able to set up some basic information and the password. After looking at the documentation I found out/oauth2/register
this would be the best possible route to implement that facility.I tried integrating the same in the email template but ran into errors that said something was missing. redirect_uri, tenet_id, application_id were all included in query params.
Any ideas as to how exactly I should be implementing it? -
@aditya-badayalya If you are using a paid plan, you can use the Self Service Account Management. If not, it really depends on your workflow. You can always set up a page and use the APIs to update the information with the data the user inputs.
If you are getting an error, can you share an example call with the data causing the error?