ERRORSY81017
Invalid Account Id
The Synup API returns SY81017 in the errors array when this happens.
What the response looks like
Response
{
"data": null,
"errors": [
{
"message": "Invalid Account Id",
"context": {},
"code": "SY81017"
}
]
}Where it comes from
Documented under User. The context field carries the offending value when one is relevant, and is empty otherwise.
See the full error code reference for every code the API can return.
Other User errors
| Code | Message |
|---|---|
SY80010 | Permission Denied For This Operation |
SY80011 | Role does not belong to your account |
SY80100 | Invalid location |
SY80101 | `$url` is not a valid url |
SY80102 | Location is in archived state |
SY80103 | Access to reseller denied |
SY80104 | Site not included in Plan |
SY81000 | Email is a mandatory field |
SY81001 | Email should be unique |
SY81003 | Invalid Email Format |
SY81004 | Password is a mandatory field |
SY81005 | Confirmation password required for new password |