Target Groups (Batch)
Asynchronously create, update and delete Target Groups in batches.
📄️ Create a bulk update target group project managers job
This endpoint creates an asynchronous job to update the project manager for one or more target groups within a specific project. Because the update is processed in the background, a successful request immediately returns a 201 Created status with a Location header. The header contains the URL to the job, which you can use to track its progress.
📄️ Retrieves a bulk update target group project managers job
After creating a bulk update job, you can use this endpoint to check its status. You'll need to poll this endpoint until the job's status changes from `Processing` to either `Completed` or `Failed` to get the final results.