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