I have implemented google oauth by using google’s client python library. After google authentication, now i have user’s data like ‘sub’, ‘iss’, ‘aud’, ‘email’, etc, also i have google access token. By using this data how I can create user in auth0. I tried to create user by using ‘api/v2/users’ api with connection ‘google-oauth2’. but the response i’m getting is
{"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"}
Can you please somebody help me to do this process?
