Skip to main content
POST
Create a new batch of users

Headers

Authorization
string
default:bearer YOUR_API_KEY
required

Your Embedded API key for authorization

x-api-version
string
default:2025-09
required

The version of the API to use. The current API version is 2025-09.

Body

application/json
users
object[]
required

An array of user objects to be created. Each object must contain a username (mandatory) and an optional fullName. Limited to 1000 users at a time.

Response

200

message
string
Example:

"success"

invalidUsers
object[]