GetCallerIds
Returns each entry that is a possible caller ID match for the number. Multiple entries may be returned if the phone number is present on more than one person in the system. Phone number should be in E.164 format.
Input
| Name | Type | Required | Description |
| PhoneNumber | String | True | The PhoneNumber property of the CallerIDs table. |
Result Set Columns
| Name | Type | Description |
| DisplayName | String | The DisplayName of the CallerID. |
| Title | String | The Title of the CallerID. |
| AccountName | String | The AccountName of the CallerID. |
| PersonId | Integer | The PersonId of the CallerID. |