---
title: "Export announcement user details"
method: POST
path: "/api/v1/alerts/{alertId}/export"
tags: ["Knowledge Alerts"]
---

# Export announcement user details

`POST /api/v1/alerts/{alertId}/export`

Initiates the export of user details for the announcement with the given announcementId.  Results will be emailed when available.

## Path parameters

- `alertId` string, required

## Response `200`

successful operation

- BulkOperationResponse
  - `id` string
  - `responseMessage` string
  - `statusCode` integer
  - `items` BulkOperationResponseItem[]
    - `itemId` string
    - `responseMessage` string
    - `statusCode` integer

## Other responses

- `400` — Invalid/Incomplete Request
- `401` — Request was unauthorized
- `403` — Forbidden access to the resource
- `404` — Resource could not be found

---

[API](https://skmtc.net/getguru/apis/guru-api.md) · [All operations](https://skmtc.net/getguru/apis/guru-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getguru/guru-api/revisions/9090a01dfe1a/schema)
