Introduction
Returns an array of
ApiUserContact
for the API user, for the specified account.
Parameters
activeOnly
Boolean value to show only active users, or not.
apiKey
The active API Key.
filter
String to filter users from a particular company, otherwise
Empty
.
forAccount
Account number (see
ApiUser
.Accounts) to retrieve user contacts from.
sessionId
The active session ID.
Return value
Array of
ApiUserContact
if user and account are valid, or null if not.
Code samples