Add members in bulk

Add multiple donors to a 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 DonorAtlas API key. Contact support@donoratlas.com to get started.

Path parameters

network_idstringRequired

Request

This endpoint expects an object.
donor_idslist of stringsRequired
DonorAtlas donor IDs to add to the network. Maximum 100 per request

Response

Successful Response
job_idstring

Job ID for tracking progress. Poll GET /networks/jobs/{job_id} to check status

Errors

402
Payment Required Error
422
Unprocessable Entity Error