Add members in bulk
Add multiple people to your network. Connection computation runs in the background. Returns a job ID. Use the ‘Check bulk add progress’ endpoint (GET /networks/jobs/{job_id}) to poll until status is ‘completed’, then read the results.
Cost: 1 credit per member.
Authentication
x-api-keystring
Your WealthAtlas API key. Contact support@wealthatlas.com to get started.
Request
This endpoint expects an object.
person_ids
WealthAtlas person IDs to add to the network. Maximum 100 per request
Response
Successful Response
job_id
Job ID for tracking progress. Poll GET /networks/jobs/{job_id} to check status
Errors
402
Payment Required Error
422
Unprocessable Entity Error

