---
title: "Assign individual users to a campaign"
method: POST
path: "/campaigns/call/{campaignscalllistuuid}/users"
tags: ["campaigns"]
---

# Assign individual users to a campaign

`POST /campaigns/call/{campaignscalllistuuid}/users`

Assigns one or more individual users to a campaign. These users will be eligible to receive campaign calls when the campaign is running. The response reports which users were successfully added (`Users_added_in_queue`) and which were already assigned (`Users_already_in_queue`). User IDs are provided in the `to_Users` array in the request body.

**Permission:** No specific permission required. A valid API key is sufficient.

## Path parameters

- `campaignscalllistuuid` string, uuid, required

## Request body

- object
  - `to_Users` integer[]

## Response `200`

Successful operation

- object
  - `Users_added_in_queue` integer[]
  - `Users_already_in_queue` integer[]

## Other responses

- `400` — Invalid ID supplied
- `401` — Token unauthorized
- `404` — Group not found
- `500` — Internal server error

---

[API](https://skmtc.net/ringover/apis/ringover-public-api.md) · [All operations](https://skmtc.net/ringover/apis/ringover-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringover/ringover-public-api/revisions/9da73dd2f99e/schema)
