How can get all user list through plugin

Hi i am using below code to get user list 

Apis.Get<Telligent.Evolution.Extensibility.Api.Version1.Users>().List(new UsersListOptions() {  }); it is only returning 20 records how ca i get full record or can appply filter for ExtendedAttributes

but it is only returning 20 records i want either all users or can apply filter by extendedattributes into alll user list

Parents Reply
  • Hi Micheal,

    I really thankful for your reply, 

    but in my case i want the user on behalf of a particular extendedattribute value with in particular time period for joiningdate, 

    if i will apply these filter this will give me data only by filtering from 100 record ,these will be wrong result,

    i first want to apply filter to get data between a particular time period of joining date from all user after the filter paging should be apply.

Children