-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
I get a list of users by segment id.
var parameters = new Dictionary<string, string>();
parameters.Add("segment_id", segmentId);
var result= usersClient.List(parameters);The result is paged by 50 users per page. How do I retrieve the next page in the results?
I see that there is a method called Next that is not yet implemented.
Is there another way to get all users in a segment? Do I need to use scrolling? Do I pass in an additional parameter and call the List method again?
Metadata
Metadata
Assignees
Labels
No labels