Comprehensive guide to Userpilot’s Bulk Users & Companies Update HTTP API for synchronizing and updating user and company profiles in bulk.
Authorization
header:
Authorization: Token {YOUR_API_KEY}
Content-Type: application/json
Accept: application/json, text/plain, */*
Authorization: Token {YOUR_API_KEY}
Content-Type: application/json
Accept: application/json, text/plain, */*
Authorization: Token {YOUR_API_KEY}
Content-Type: multipart/form-data
Accept: application/json, text/plain, */*
Authorization: Token {YOUR_API_KEY}
file
with your NDJSON file:
Content-Type: multipart/form-data
Accept: application/json, text/plain, */*
Authorization: Token {YOUR_API_KEY}
file
containing your NDJSON file:
Authorization: Token {YOUR_API_KEY}
Accept: application/json, text/plain, */*
{job_id}
with the ID of the job you want to inspect.
Authorization: Token {YOUR_API_KEY}
Accept: application/json, text/plain, */*
user_id
or company_id
) and that metadata is formatted correctly.Authorization
header.