---
title: "Create user agent notification"
method: POST
path: "/user-agent-notifications"
tags: ["Notifications"]
---

# Create user agent notification

`POST /user-agent-notifications`

Creates a new user agent notification

## Request body

- object
  - `message` string, required — Notification message
  - `objects` integer[], required — Target object IDs
  - `startTime` integer — Start time (Unix epoch seconds)
  - `endTime` integer — End time (Unix epoch seconds)
  - `onStartup` boolean — Show on startup

## Response `200`

Notification created

## Other responses

- `400` — Invalid request
- `401` — Access denied

---

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