403 - Forbidden

You will receive this response if you try and access or modify any resource that you do not have permission to access.

Generally, the JSON body will include information about the general permissions constraint you are violating. For example, if you try and send a feed event to a user outside your organisation you will get the response:

{
  "code": "INVALID_RECIPIENTS",
  "message": "Service does not have permission to post to specified recipients",
  "data": null,
  "request_id": "RQ-4a6209fb-40e8-11e9-8bb1-25670c13a55f"
}