post

POST /v2/cases/{id}/actions/reporter — Update the case reporter

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Sets the reporter on the case, both on the case record and on the linked Jira Service Management issue.

Request body

FieldTypeRequiredDescription
userIdstringYesAffiliate user ID to set as reporter. Setting the reporter to a user other than yourself requires affiliate_super_admin/affiliate_admin — a non-admin caller supplying another user's ID gets 403

Response 200

{
  "success": true,
  "data": {
    "reporter": {
      "accountId": "5f8a...",
      "displayName": "Jane Doe",
      "email": "[email protected]",
      "user_id": "usr::abc123"
    },
    "issueKey": "SUPPORT-42"
  }
}

Errors

StatusCodeDescription
422INVALID_FIELDuserId missing, case has no linked Jira issue, target user isn't linked to a Jira account, target user isn't in the same affiliate as the case, or target user isn't active
403FORBIDDENNon-admin caller passed a userId other than their own
404USER_NOT_FOUNDuserId does not resolve to a user
404Case not found

Required role

affiliate_super_admin, affiliate_admin, or affiliate_agent

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!