Upload Experience Group Participants
Loading...
API endpoint path: /v3/groups/{groupId}/participants
Uploads a CSV file of retail banking member numbers to add, remove, or replace participants in an existing experience group. Participant updates are processed asynchronously as an import job.
Use this endpoint to:
- Add participants to an experience group from a CSV file.
- Remove participants from an experience group using a CSV file.
- Replace all existing participants in an experience group with a new participant list.
Behavior and capabilities:
- Requires multipart form data containing an upload
type(ADD,REMOVE, orREPLACE) and a CSV file. - The CSV file must include a
ParticipantIdcolumn. EachParticipantIdvalue represents a retail banking member number and must not exceed 32 characters. - Supported file content types are
text/csvandapplication/vnd.ms-excel. - Only one import job can run for an experience group at a time. Upload requests are rejected while another import job is in progress.
- On success, the API creates an import job and returns its
jobIdand initialjobStatus(CREATED). Use the Get Job by ID endpoint to monitor job status and results.
Request
Responses
- 200
- 400
- 401
- 500
Success
Bad Request
Unauthorized
Internal Server Error
Was this page helpful?