List Account Phone Numbers
Returns the list of phone numbers assigned to RingCentral customer account. Both company-level and extension-level numbers are returned. Conferencing numbers, hot desk and ELIN numbers are not returned.
Path parameters
Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)
Query parameters
The result set page number (1-indexed) to return
The number of items per page. If provided value in the request is greater than a maximum, the maximum value is applied
Types of phone numbers to be returned
Usage type(s) of phone numbers to be returned
Status of a phone number. If the value is 'Normal', the phone number is ready to be used. Otherwise, it is an external number not yet ported to RingCentral
Status of the phone number(s) to be returned
Indicates if a number is toll or toll-free
Toll type of phone numbers to return
Extension status
Statuses of extensions to return phone numbers for
The parameter reflects whether this number is BYOC or not
Phone number in e.164 format to be searched for. Parameter value can include wildcards (e.g. "+165012345**") or be an exact number "+16501234500" - single number is searched in that case. Make sure you escape the "+" in the URL as "%2B"
Response
Successful response
Example response
{
"records": [
{
"id": "1162820004",
"phoneNumber": "+16501234567",
"tollType": "Toll",
"extension": {
"id": "1234567",
"extensionNumber": "205"
}
}
],
"paging": {
"perPage": 50,
"page": 5,
"pageEnd": 5,
"totalPages": 25,
"totalElements": 25
}
}