> ## Documentation Index
> Fetch the complete documentation index at: https://moengage-unity-sdk-initialization-split.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# How To Use the Push API To Send Notifications to Users Without a Custom Segment?

> Send push notifications to specific users via the MoEngage Push API without creating custom segments. Use the single user API with unique user IDs.

## Problem

Unable to send notifications to a specific group of users based on their unique IDs through the Push API. It requires creating a custom segment before sending notifications, leading to inefficiency when trying to target users directly.

## Solution

* To send push notifications to a specific group of users based on their unique IDs using the Push API, use the single user Push API.
* Trigger the API with the same signature or ID, but modify the user ID for each individual user.
* This ensures that the desired set of users receives the push notifications.

<Info>
  - To send notifications to a specific group of users using segments, you can make multiple API calls, modifying the unique ID each time accordingly.
  - This allows you to target and send notifications to specific users within the segment.
</Info>
