Schedule an asynchronous job that adds members to a single list. The target list is identified by data.attributes.list_id in the request body; the list's list_type determines whether company or contact references are accepted. Up to 100 items may be supplied per request. To remove members, use POST /v1/lists/batch-remove-from-list-jobs — adding and removing are separate jobs.Returns 202 Accepted with a job handle. Poll GET /v1/lists/batch-add-to-list-jobs/{job_id} to observe progress and the per-item outcome.Credit Note: Adding members to a list does not consume credits.Requires the lists:write OAuth2 scope.