Waitlist methods
These methods on the Clerk
class allow you to add users to your waitlist.
The following example assumes:
- You followed the quickstart to add Clerk to your JavaScript app.
- You set your sign-up mode to Waitlist.
joinWaitlist()
Create a new waitlist entry programatically.
- Name
emailAddress
- Type
string
- Description
The email address of the user you want to add in the waitlist.
Feedback
Last updated on