---
title: "Add Users"
method: POST
path: "/api/v1/users/self/add-users"
tags: ["User APIs", "users"]
---

# Add Users

`POST /api/v1/users/self/add-users`

Add multiple users to the team

## Request body

- BulkAddUsers
  - `users` AddUser[], required — List of users to add
    - `email` string, email, required
    - `first_name` string, required
    - `last_name` string, required
    - `extra_profile_data` object, nullable
    - `role_id` string, uuid4, nullable
    - `block_role` 'block_user' | 'block_admin' — Additive Block role values stored directly on ``users.block_role`` and ``groups.block_role`` (``block_role_enum`` Postgres enum). Matches the snake_case value set used elsewhere in the Block domain.
    - `distributor_role` 'Distributor Admin' | 'Distributor User' — Additive distributor role stored directly on ``users.distributor_role`` (``distributor_role_enum`` Postgres enum), the same pattern as ``block_role``. ``DISTRIBUTOR_ADMIN`` grants access to the platform's distributor features, scoped by the user's client's distributor contract(s); ``DISTRIBUTOR_USER`` marks a non-administrative distributor user and grants no distributor-view access on its own.
    - `transaction_limit` number, nullable
    - `allocated_amount` number, nullable
    - `mcp_daily_limit` number, nullable
    - `group_id` string, uuid4, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
