Skip to main content

Get a List of Contact Users

Get a list of contact users.

Query String Parameters

NameTypeDescriptionRequired
ActionStringContactUsersListRequired
ContactUserContactIdintUnique Id of the contact.Optional
WithEmailsboolRetrieve Users with an email address.Optional
WithLandlinesboolRetrieve Users with a landline number.Optional
WithMobilesboolRetrieve Users with a mobile number.Optional
StartRowintStarting row offset, default = 0.Optional
RowCountintNumber of rows to return. Default is 5000.Optional

Response Codes

CodeMessageInformation
0Response DataSee 'Response' example tab
2Invalid Format'Integer value is invalid or was not specified (when required)

Refers to the 'contactusercontactid' parameter
2Invalid Format - rowStartInteger value is invalid or was not specified (when required)
2Invalid Format - RowCountInteger value is invalid or was not specified (when required)
2misc_noRightYou do not have the permissions to view contacts.

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=ContactUsersList&ContactUserContactId=7348490&StartRow=1&RowCount=10