# Bulk create new user records (limit 100) Endpoint: POST /v3/user/create/bulk Version: 3.0.0 Security: BearerAuth ## Request fields (application/json): - `send_activation_email` (boolean) - `data` (array) - `data.organisation_group_id` (integer) Example: 1 - `data.email` (string, required) Example: "john.smith@example.org" - `data.first_name` (string) Example: "John" - `data.last_name` (string) Example: "Smith" - `data.company_name` (string) Example: "Parisian Inc" - `data.UID` (string) Example: "ABC123" - `data.meta` (object) - `data.meta.sales` (integer) Example: 5 - `data.meta.location` (string) Example: "London" ## Response 202 fields (application/json): - `status` (integer) Example: 202 - `timestamp` (string) Example: "1970-01-30T00:00:00.000000Z" - `data` (any) Example: [] ## Response 401 fields ## Response 405 fields