Documentation navigation

Auth

Create a user through the admin client

POST/auth/admin/users

Creates a user directly through client.auth.admin.

Parameters

AdminUserAttributesParams
email?string
The user’s email address.
phone?string
The user’s phone number.
password?string
The user’s password.
attributes?object
Application-defined user attributes.
system_attributes?object
System-managed user attributes.
email_confirm?boolean
Whether to mark the email as confirmed.
phone_confirm?boolean
Whether to mark the phone as confirmed.
nonce?string
Nonce accepted by the admin user attributes type.

Returns