When you try to do something you're not allowed to, please expect this error code.
STATUS:
403 Forbidden
BODY:
{
"code": 403001,
"message": "You don't have permission to perform this action on `device`.",
"detail": "You don't have permission to perform this action on `device`."
}
Trying to run a Bulk Operation without the necessary X-Bulk-Operation
header raises the following error:
STATUS:
403 Forbidden
BODY:
{
"detail": "Header `X-BULK-OPERATION` should be provided for bulk operation."
}