ERRORSY80010
Permission Denied For This Operation
The Synup API returns SY80010 in the errors array when this happens.
What the response looks like
Response
{
"data": null,
"errors": [
{
"message": "Permission Denied For This Operation",
"context": {},
"code": "SY80010"
}
]
}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 |
|---|---|
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 |
SY81006 | Password must be between 8 and 128 characters |