A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Only 10 profiles are listed when using MatchProfileById and MatchProfileByEmail for a segment

Fixed in

EPiServer.Profiles.Client 1.24.0

(Or a related package)

Created

Feb 02, 2021

Updated

Mar 05, 2021

State

Closed, Fixed and tested


Description

Steps to reproduce:

  1. Create a segment that includes more than 10 profiles.
  2. Get all profiles and emails that belong to the segment (they are less than 500 records), do MatchByProfileId or MatchByEmail
POST: segmentURL/segmentId/MatchByProfileId 

Expected result:

All the profiles based on profileIds/Emails should be returned.

Actual result:

Only 10 profiles are returned.