---
title: "Bulk Create Users Endpoint"
method: POST
path: "/api/v1/user_auth/bulk_create_users"
---

# Bulk Create Users Endpoint

`POST /api/v1/user_auth/bulk_create_users`

## Request body

- BulkCreateUsersPayload
  - `users` User[], required
    - `user_email` string, nullable
    - `participant_id` string, required
    - `plan_manager_id` string, required
    - `permissions` string[], nullable
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `self_access` boolean, nullable
    - `role` string, nullable
    - `phone_number` string, nullable
    - `note` string, nullable
    - `pm_provider_id` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/caresquare/apis/fastapi.md) · [All operations](https://skmtc.dev/caresquare/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/caresquare/fastapi/revisions/c9df874d8d59/schema)
