I am sending an API request for organization invites based on Send Organization Membership Invitations. The request is successful and the user receives an email with a link similar to https://login.example.com/?invitation=xxx&organization=xxx&organization_name=xxx. However, when the user clicks on this link, instead of showing some type of success or regestraion page, it redirects to https://www.example.com. I have tried this with both a user in the system and a new email not listed under user management.
I discovered Invite Organization Members where it states I need to redirect the request to /authorize
. Since I am using a SPA application I just use the loginWithRedirect method and provide the invitation code and organization.
1 Like
Perfect! Thanks for sharing that with the rest of community!
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.