> ## Documentation Index
> Fetch the complete documentation index at: https://www.cometchat.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Users

> Browse and target CometChat users for campaign notifications.

A user in Campaigns is the same as a CometChat user — identified by their `uid`. The Users page in the dashboard lets you browse users registered in your CometChat app. No separate user creation is needed for Campaigns.

## Targeting Users

When creating a campaign, you can target users through the following methods:

| Method      | Description                                                               |
| ----------- | ------------------------------------------------------------------------- |
| CSV upload  | Upload a CSV file with a `user_id` column and optional per-user variables |
| User picker | Select from the Users list in the dashboard                               |

## Filtering Users

The Users page supports filtering by:

| Filter     | Description                       |
| ---------- | --------------------------------- |
| Search     | Filter by UID or name             |
| Role       | Filter by CometChat user role     |
| Status     | Filter by online / offline status |
| Created At | Filter by user creation date      |

## Sending Notifications to Users

You don't always need to create a campaign to reach your users. You can send notifications directly — either from the dashboard or via API for multiple users.

For the API reference, see [Send Notification](/rest-api/campaigns-apis/notifications/send-notification).

## Limits

| Limit                   | Value  |
| ----------------------- | ------ |
| Recipients per API call | 10,000 |
