Skip to main content

Member

Members represent the connection between a user and a financial institution.

Batch is only used to create member connections to a user’s home institution. This usually means you'll only create one member per user using Batch. For details, please contact the MX Integrations team.

Member Fields

Field NameData TypeDescription
guidStringThe unique identifier for the member. Defined by MX.
idStringThe unique partner-defined identifier for the member. The id cannot begin with MBR- as this is reserved for the system. It must be unique for all members belonging to all users within the client. Can include numbers, letters, dashes, and underscores. Max Length: 1024.
is_disabledBooleanIndicates whether a member is disabled. Defaults to false. If is_disabled is set to true, MX will not send On Demand aggregation requests for that member. If a user is disabled, all their members are automatically disabled. Re-enabling the user will re-enable their members.
metadataStringAdditional information you can store on the member.
user_guidStringThe unique identifier for the user this member belongs to. Defined by MX.
user_idStringThe unique partner-defined identifier of the user this member belongs to.
userkeyStringA unique value sent to your MDX On Demand service to authenticate an aggregation request for a specific user. Preferred over login/password.

Member File Parameters

note

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.

note

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.

FieldRequired for Upsert?Required for Delete?Type
idYesYesString
user_idYesYesString
actionNoNoString
is_disabledNoNoBoolean
metadataNoNoString
skip_webhookNoNoBoolean
userkeyNoNoString

Sample File

The following is a sample Member batch CSV file.

CSV
Language:text

_10
"action","id","user_id","userkey"
_10
"upsert","M-39XBF7","U-39XBF7","K-39XBF7"