Hi
I was wondering if something recently changed with the create customer no_password flag. I am using the cloud api to create customers from my server. This code has been working for weeks now, but today I seem to get issues when trying to create a customer with no password and the no_password flag set to true. The customer does get created as a second request to the api returns with a message that the exists. I am also not having issues when creating a customer with a password. Below is the error message.
Thanks in advance
{
"ok": false,
"code": 400,
"error": {
"name": "OAuth2Error",
"message": "No valid scopes",
"stack": "(...)",
"headers": {
"Cache-Control": "no-store",
"Pragma": "no-cache"
},
"code": 503,
"error": "server_error",
"error_description": "server_error"
}
}