---
title: "An array of campaign associated user definitions"
method: POST
path: "/campaign/user"
tags: ["campaign"]
---

# An array of campaign associated user definitions

`POST /campaign/user`

Assigns users to campaigns or updates existing user-campaign associations. Controls which users have access to view and manage specific campaigns.

## Request body

- CampaignUserPost[]
  - `campaign_id` integer, required — The unique identifier for a campaign
  - `campaign_users` integer[]

## Response `200`

Confirmation of user assignment with result status for each association

- StandardPostResponse[]
  - `result` string, required — Outcome of the request. String, typically 'success' or 'error'.
  - `data` string, required — Response payload. Shape varies by endpoint.
  - `entry_count` integer, required — The sequential number of the entry in the submitted array. Type: integer (int32).

## Other responses

- `default` — Unexpected error

---

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