Upload Group Participants File
Loading...
API endpoint path: /groups/v3/groups/{groupId}/participants
Uploads a CSV file containing participant IDs to add, remove, or replace users in an experience group.
File Requirements:
- Format: CSV file with participant IDs
- Each participant ID must be 32 characters or less
- File is submitted as multipart/form-data
Operation Types:
ADD: Add new participants to the existing group membersREMOVE: Remove specified participants from the groupREPLACE: Replace all existing participants with the new list
Processing:
The upload creates an asynchronous job. Use the returned jobId to monitor progress
via the GET /groups/v3/jobs/{jobId} endpoint.
Request
Responses
- 200
- 400
- 401
OK
Bad Request
Unauthorized