The GetAddressBookContactCount method can be used to get the number of contacts in a specified address book.
Parameters
| username |
string |
This is the username from your API key. It is in the format of an email address and will look similar to apiuser-908709770324@apiconnector.com |
required |
| password |
string |
This is the password from your API key. |
required |
| addressBookId |
int |
The ID of the address book that you want to get the count of contacts within it. |
required |
Return values
| result |
int |
The number of contacts in the specificied address book |