Update users in bulk

Updates user's attributfoes or delete users on a bulk basis.

When setting attributes, any of the user's existing attributes not specified in the payload will be left in-place.

Request
Request Body schema: application/json
Array of objects (bulk_update_object)

Array of combination of identifier and actions.

Responses
202

OK

400

Bad Request

403

Forbidden

post/v4/user-updates
Request samples
application/json
{
  • "updates": [
    ]
}
Response samples
application/json
{
  • "message": "string",
  • "job_id": "string"
}