Create or update users synchronously

Performs bulk user creation or updates synchronously and returns the results in real time.

📘

Bulk user management APIs are in Early Access, and may change without notice.

Create or update up to 10 users in a single request and receive results immediately, including the created users' IDs.

For larger operations, use the asynchronous flow.

Requirements

Error handling

If the system encounters an error with a user record, it will still process all other user records.

The response will include any validation or processing errors. See bulk user operations errors for details on error codes and meanings.

Validation option

Set the validate_only parameter to true to validate your data without making any changes.

Language
Credentials
Bearer
Click Try It! to start a request and see the response here!