Looking for help on this topic in regards to Active Directory API.
This call returns the data in batches. Each batch has a maximum of 1000 records.
To get the next batch of records, use the Next link. Get the skiptoken information from the first set of returned records. The skip token will be at the end of the result set.
Can anyone provide an example of using this skiptoken?