Batch Create Users
ethora-users-batch-create-v2Provision many Ethora users (1–100) in one asynchronous batch job — the bulk equivalent of ethora-user-register. Enqueues a background job (HTTP 202); the job reports per-user conflicts rather than failing the whole batch. Returns { jobId, statusUrl }.
Auth: B2B mode (ethora-auth-use-b2b + a configured b2bToken). Errors: 401/403 not in B2B mode; 422 usersList validation. Related: track with ethora-wait-users-batch-job-v2.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeoutMs | No | HTTP timeout for the job-creation request (not the job itself), in milliseconds. Default 30000. | |
| usersList | Yes | The users to create, 1–100 per batch. | |
| bypassEmailConfirmation | No | If true, created users skip email verification and are immediately usable. If false/omitted, each user receives a verification link. |