AccountInfo
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ✅ | Internal identifier of RingCentral account |
status | AccountInfoStatus | ✅ | Account status |
service_info | ServiceInfoV2 | ✅ | Service Plan information (billing package, brand, etc.) |
external_account_id | str | ❌ | External account ID. Used as a primary key to link accounts between RingCentral and partner systems. |
main_number | str | ❌ | Phone number in e.164 format (with '+' prefix) |
status_info | AccountStatusInfo | ❌ | Optional information to be used when account is moved to "Disabled" status |
company_name | str | ❌ | Company name |
company_address | PostalAddress | ❌ | Postal address/location |
contact_info | SystemUserContactInfo | ❌ | |
opportunity_id | str | ❌ | Opportunity identifier (typically created by SalesForce) |
AccountInfoStatus
Account status
Properties
Name | Type | Required | Description |
---|---|---|---|
INITIAL | str | ✅ | "Initial" |
UNCONFIRMED | str | ✅ | "Unconfirmed" |
CONFIRMED | str | ✅ | "Confirmed" |
DISABLED | str | ✅ | "Disabled" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs