Hello,
We noticed that most (not all) of our API requests return the following:
{
“errors”: [
{
“code”: 6,
“code_name”: “ViewForbidden”,
“detail”: “You do not have permission to view member with id .”,
“id”: “”,
“status”: “403”,
“title”: “You do not have permission to view this member.”
}
]
}
Is anyone else having this problem?