Users adding more users?

Existing users need to add more users to their organization account.

I have user collection and organization (company) collection.
I also have a screen which allows existing users to add more users to their account by entering email which creates new user (status: invited) and sendgrid prepared to send new user an invite email.

Question: what’s the best way for for the new user to be added to the existing user’s company account? Prefer not to use a code which forces the new user to enter but rather a link that will recognize either the user who created the invite OR the organization they should be added to.

Is this considered deep linking? Or should I be thinking of another method?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.