How to limit contacts imported through Live SDK

280 Views Asked by At

Can we Set a limit on the number of contats returned by Live SDK?

https://apis.live.net/v5.0/me/contacts?access_token=xccxxxx';

1

There are 1 best solutions below

1
On BEST ANSWER

Use the limit parameter with the number of the results you want.

So to limit the results to 5 in your example that would be:

https://apis.live.net/v5.0/me/contacts?limit=5&access_token=xccxxxx