---
title: "Add multiple users"
method: POST
path: "/api-public/v1/user/batch"
tags: ["Users"]
---

# Add multiple users

`POST /api-public/v1/user/batch`

Add users to your organization

This API may be called a maximum of 1 time per second.

## Headers

- `X-VO-Api-Id` string, required
- `X-VO-Api-Key` string, required

## Request body

- AddUserPayload[] — unresolved $ref

## Response `200`

The users were added, for errors, please see the response body

- BatchAddUserEntry[]
  - `username` string
  - `errors` BatchUserError[]
    - `code` string — general class of error
    - `message` string — specifics about the error

## Other responses

- `400` — Problem with the request arguments. The response payload may include an error message.
- `401` — Authentication parameters missing
- `403` — Authentication failed or rate-limit reached
- `409` — The requested username or email address is not available
- `422` — You have reached your user limit.
- `500` — Internal Server Error

---

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