I'm trying to read in the company directory for our entire organization. I have the following code:
var response = rc.Restapi().Account("~").Directory();
response.Contacts();
When I run this, however, response.Contacts is not present in the returned object. I don't see anything else that looks like a listing of directory contacts.
Obviously I'm not going in the right direction. Can anybody point me down the right path?