Using a curl request, but I can’t seem to create a user with “email_verified”: true for some reason. I’d like to be able to batch create some users without sending them verification emails. How can I do that? I saw in this post that there used to be a “email_verified” and “verify_email” field that could be sent in the body of the request. Is that no longer the case? My command is:
I understand that you’d like to create users without sending them a verification email.
Looking at your curl command, it appears that you are making a call to the Authentication API /dbconnections/signup endpoint which does not have any capability to set the email_verified property.