Upsert Users
Endpoint URL
POST /api/v2/batch/users
Creates or updates multiple users in a single request.
Use this endpoint to mass create or update users by providing an array of user objects in the request body. Each object may include core user attributes (such as login, name, email, and status) as well as custom user fields. If a user already exists, their information is updated. If the user does not exist, a new user is created.
This endpoint is ideal for bulk user provisioning, HRIS synchronization, and large-scale user updates, including custom field updates.