Audience:
DevelopersOperators
Create a company onboarding link
Create a company onboarding link and share it with your user: generate it from the Dashboard or with the API.
There are two methods you can use to create company onboarding links.
- Run an API mutation to create a unique onboarding link for each future company account holder.
- Use a public URL from your Dashboard to share the same company onboarding link with all of your users.
Public onboarding links
Use public links with caution. Those with fraudulent intent can use these public links to complete multiple onboardings, and if this happens undetected, they'll have multiple accounts in your project.
Choose how to create the link
OperatorsFrom the DashboardGenerate a public onboarding link from the Dashboard. No code required.DeveloperUsing the APICreate a unique onboarding link per company with the
createCompanyAccountHolderOnboarding mutation.Review the onboarding concept for the full model.