Create users
There are two ways to create users in Clerk: through the Clerk Dashboard or using the Clerk API.
Create users in the Clerk Dashboard
To create users in the Clerk Dashboard:
- Navigate to the Clerk Dashboard.
- In the top navigation, select Users.
- Select Create user at the top right of the page.
- Enter the required user details and select Create.
Create users using the Clerk API
To create users using the Clerk API, you can use the createUser()
method from the users
sub-api of the clerkClient
instance.
Feedback
Last updated on