Full Member List CSV
Upload Full Member List CSV
PUT
/
v1
/
members
/
jobs
/
csv
Upload a CSV file containing your entire target member list. The file should contain the following columns:
email
: The email address of the member.first_name
: The first name of the member.last_name
: The last name of the member.phone
: (allowed empty) The phone number of the member.tier
: The tier of the member.worker_id
(optional, allowed empty): The worker ID of the member.
The API doesn’t care about the casing of the columns, e.g. “Worker ID” is acceptable
Relevant Error Codes
When parsing the file uploaded we can return:
- FileContent if the file has validation issues.
Authorizations
X-API-KEY
string
headerrequiredHeaders
x-idempotency-key
string
Unique key to ensure idempotency of the request
Response
202 - application/json
jobId
string
required