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.

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

Array of combination of identifier and actions.

Responses
202

OK

400

The request is invalid. A required attribute is missing or an attribute did not meet the expected criteria.

401

Authentication credentials were not provided or are invalid.

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