---
title: "POST /api/v1.0/users/{userId}/pushNotifications"
method: POST
path: "/api/v1.0/users/{userId}/pushNotifications"
tags: ["Users"]
---

# POST /api/v1.0/users/{userId}/pushNotifications

`POST /api/v1.0/users/{userId}/pushNotifications`

## Path parameters

- `userId` integer, required

## Request body

- SendUserPushNotificationRequest — Send a push notification to a user.
  - `WhiteLabelId` integer — WhiteLabelId.
  - `Message` string — Message.

## Response `200`

OK

- RestApiResultUserPushNotificationSentResult — Rest api result
  - `Data` UserPushNotificationSentResult, required — Result of sending push notification.
    - `TokenCount` integer — TokenCount.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Successful authentication, but authorization has been denied for this request.
- `404` — NotFound
- `500` — InternalServerError

---

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