Import Accounts

Importing accounts allows you to upload a CSV file with each row being a new Account.

The columns we allow are

  • reference_id
  • name_first
  • name_middle
  • name_last
  • birthdate
  • social_security_number
  • tags

Headers

AuthorizationstringRequired

Request

This endpoint expects an object.
dataobjectOptional

Response

201
dataobject or null

Errors