Help get this topic noticed by sharing it on Twitter, Facebook, or email.

API Validate user returning error 217

I'm attempting to get an access token via POSTing to the API Validate endpoint like this:
curl -X POST -H "User-Agent: Chamberlain/3.73" -H "MyQApplicationId:NWknvuBd7LoFHfXmKNMBcgajXtZEgKUh4V7WNzMidrpUUluDpVYVZx+xT4PCM5Kx" -H "ApiVersion: 4.1" -H "BrandId: 2" -d '{"username": "me@gmail.com", "password": "secret"}' "https://myqexternal.myqdevice.com/api/v4/User/Validate";
{"ReturnCode":"217","ErrorMessage":"Error processing request (217)","CorrelationId":"ba51c860-7ece-4897-86e2-1e5ea836243d"}
What is error 217?
1 person has
this problem
+1
Reply