Auth
Create a user
POST
/auth/admin/usersCreates a user directly through the Auth admin API.
Parameters
AdminUserAttributesParamsemail?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- Provider nonce.
Returns
userPublicUser