API Reference
OIDC
Platform

User Imports

AdminUpdated Sep 11, 2026

User Imports

Backend API — secret key (Authorization: Bearer sk_…).

1 route. Each row is one endpoint with its explanation, required scope, and whether it honours the Idempotency-Key header.

Method & path

Scope

Idem

Explanation

POST /v1/user_imports

jobs:write

Bulk-create users from an array, deduping by verified email, through the same path sign-up uses. Plaintext passwords are Argon2id-hashed; an Argon2id hash is imported verbatim; other hash formats are rejected per row. Per-row failures are recorded, never fatal.

Was this page helpful?