Skip to main content

Update Experience Group

Loading...
API endpoint path: /v3/groups/{groupId}

Updates the name and description of an existing experience group identified by groupId.

Use this endpoint to:

  • Rename an experience group used for campaigns, targeted experiences, or feature rollouts.
  • Add, update, or remove the group description.
  • Maintain group metadata without affecting participant membership.

Behavior and capabilities:

  • groupName is required, must be unique within the institution, and cannot exceed 50 characters.
  • groupDescription is optional and cannot exceed 450 characters. Omit groupDescription from the request to remove the existing description.
  • groupType and groupPlatform are immutable and cannot be modified after group creation.
  • Updating a group does not add, remove, or modify participants.

Request

Responses

Success