Auth
Create a user through the admin client
POST
/auth/admin/usersCreates a user directly through client.auth.admin.
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- Nonce accepted by the admin user attributes type.
Returns
userPublicUser