Skip to main content
The user file is used to create and update users on the MX platform. Usually, each user record will represent a given end-user. Details can be discussed with the MX integrations team.

User File Parameters

The action field tells us what data operation to perform for each row in the file. Options are upsert (an insert/update depending on if the object already exists) and delete (which will destroy the record). If no action is provided the default action is upsert.
The skip_webhook parameter prevents a webhook being sent for the action effected by each row. Accepted values are true or false. If skip_webhook is not provided, MX will default to your internal batch configuration setting.

Sample File

The following is a sample User batch CSV file.
CSV