AccountPhoneNumberInfo
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ✅ | Internal unique identifier of a phone number |
phone_number | str | ✅ | Phone number in e.164 format (with '+' prefix) |
toll_type | PhoneNumberTollType | ✅ | Indicates if a number is toll or toll-free |
usage_type | PhoneNumberUsageType | ✅ | Usage type of phone number |
status | PhoneNumberStatus | ✅ | 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 |
type_ | PhoneNumberType | ❌ | Type of phone number |
byoc_number | bool | ❌ | |
extension | AccountPhoneNumberInfoExtension | ❌ | Reference to the extension this number is assigned to. Omitted for company numbers |
AccountPhoneNumberInfoExtension
Reference to the extension this number is assigned to. Omitted for company numbers
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ✅ | Unique identifier of extension |
extension_number | str | ❌ | Short number of an extension. Actual max length depends on system length limit for extension. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs