---
title: "Resolve all incidents for which a user was paged."
method: PATCH
path: "/api-public/v1/incidents/byUser/resolve"
tags: ["Incidents"]
---

# Resolve all incidents for which a user was paged.

`PATCH /api-public/v1/incidents/byUser/resolve`

The incident(s) must be currently open.  The user supplied must be a valid VictorOps user and a member of your organization.

This API may be called a maximum of 2 times per second.

## Headers

- `X-VO-Api-Id` string, required
- `X-VO-Api-Key` string, required

## Request body

- AckOrResolveByUserRequest
  - `userName` string, required
  - `message` string

## Response `200`

The result of each resolve incident action.

- AckOrResolveResponse — The results of ack/resolve for each incident
  - `results` AckOrResolveResult[]
    - `incidentNumber` string
    - `entityId` string
    - `cmdAccepted` boolean
    - `message` string

## Other responses

- `400` — Problem with the request arguments. The response payload may include an error message.
- `401` — Authentication parameters missing
- `403` — Authentication failed or rate-limit reached
- `404` — User not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/victorops/apis/victorops-api.md) · [All operations](https://skmtc.net/victorops/apis/victorops-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/victorops/victorops-api/versions/7a7391256058/schema)
