Skip to main content
POST
Create Bulk User
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/user/bulk Description: The /user/bulk endpoint allows the creation of multiple users simultaneously by providing an array of user objects, each containing user details. Authorization:
  • Required role: admin or higher
Limits: Maximum 50 users per request. Method: POST Request Payload:
See sample response for request payload in the body below

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
users
object[]
required
Maximum array length: 50
sendEmail
boolean
default:true
redirect_url
string
message
string

Response

Created with Errors

message
string
createdUsers
string[]
processedCount
integer
errors
string[]