Hi, I would like to create a new user (signup) from the management API. But I want to create this user directly by using the connection “google-oauth2”. That’s seem impossible, I got this error:
{
"statusCode": 400,
"error": "Bad Request",
"message": "The connection does not support user creation through the API. It must either be a database or sms connection.",
"errorCode": "operation_not_supported"
}
What is the precedure to be able to create my user?
Thanks a lot