Create Experience Group
Loading...
API endpoint path: /v3/groups
Creates a new experience group for segmenting retail banking users for targeted experiences, campaigns, or feature rollouts.
Use this endpoint to:
- Create an experience group before uploading participants.
- Define a group name and optional description for audience targeting.
- Establish a group that can be managed later through update, delete, and participant upload endpoints.
Behavior and capabilities:
groupNameis required, must be unique within the institution, and cannot exceed 50 characters.groupDescriptionis optional and cannot exceed 450 characters.- If not specified,
groupTypedefaults toEXPERIENCE_GROUP. - If not specified,
groupPlatformdefaults toRETAIL_BANKING. - A successful request returns the created group, including its generated groupId and an initial groupParticipantCount value of 0.
Next Steps
After creating a group, use the Upload Experience Group Participants endpoint to upload a CSV file containing participant member numbers to the group.
Request
Responses
- 200
- 400
- 401
- 500
Success
Bad Request
Unauthorized
Internal Server Error
Was this page helpful?