---
title: "Bulk Invite Users"
method: PUT
path: "/manage/admin/users"
tags: ["public"]
---

# Bulk Invite Users

`PUT /manage/admin/users`

emails are string validated. If any email fails validation, no emails are
invited and an exception is raised.

## Request body

- BodyBulkInviteUsersManageAdminUsersPut
  - `emails` string[], required

## Response `200`

Successful Response

- integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/onyx-dot-app/apis/agents-api.md) · [All operations](https://skmtc.net/onyx-dot-app/apis/agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onyx-dot-app/agents-api/versions/ea131344b29e/schema)
