Provides information about the phone numbers for the specified Amazon Connect instance.
See https://www.paws-r-sdk.com/docs/connect_list_phone_numbers/ for full documentation.
connect_list_phone_numbers(
InstanceId,
PhoneNumberTypes = NULL,
PhoneNumberCountryCodes = NULL,
NextToken = NULL,
MaxResults = NULL
)
[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
The type of phone number.
We recommend using
list_phone_numbers_v2
to return phone
number types. While ListPhoneNumbers returns number types UIFN
,
SHARED
, THIRD_PARTY_TF
, and THIRD_PARTY_DID
, it incorrectly lists
them as TOLL_FREE
or DID
.
The ISO country code.
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
The maximum number of results to return per page. The default MaxResult size is 100.