Skip to content

Paging through a list of users  #159

@lamelyan

Description

@lamelyan

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions