Hey @simon.lewis,
So what you could do is manually build out the sign up URL, It will be something like…
/signup?inviterId=ID_OF_INVITING_USER&inviteeId=ID_OF_INVITED_USER
From the database you can find both of these values as ID under the user
table, It isn’t pretty but it would get you started.