---
title: "Get Account Service Info"
method: GET
path: "/restapi/v1.0/account/{accountId}/service-info"
tags: ["Company"]
---

# Get Account Service Info

`GET /restapi/v1.0/account/{accountId}/service-info`

Returns the information about service plan, available features
and limitations for a particular RingCentral customer account.

## Path parameters

- `accountId` string, required

## Response `200`

Success

- AccountServiceInfo — Account service information, including brand, service plan and billing plan
  - `uri` string, uri — Canonical URI of the account Service Info resource
  - `servicePlanName` string — Account Service Plan name
  - `brand` BrandInfo — Information on account brand
    - `id` string — Internal identifier of a brand
    - `name` string — Brand name, for example RingCentral UK , ClearFax
    - `homeCountry` CountryInfoShortModel
      - `id` string — Internal identifier of a country
      - `uri` string, uri — Canonical URI of a country resource
      - `name` string — The official name of a country
      - `isoCode` string — A ISO country code value complying with the [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format.
      - `callingCode` string — Country calling code defined by [ITU-T](http://en.wikipedia.org/wiki/ITU-T) recommendations [E.123](http://en.wikipedia.org/wiki/E.123) and [E.164](http://en.wikipedia.org/wiki/E.164), see [Calling Codes](http://en.wikipedia.org/wiki/List_of_country_calling_codes)
  - `contractedCountry` CountryInfoShortModel
    - `id` string — Internal identifier of a country
    - `uri` string, uri — Canonical URI of a country resource
    - `name` string — The official name of a country
    - `isoCode` string — A ISO country code value complying with the [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format.
    - `callingCode` string — Country calling code defined by [ITU-T](http://en.wikipedia.org/wiki/ITU-T) recommendations [E.123](http://en.wikipedia.org/wiki/E.123) and [E.164](http://en.wikipedia.org/wiki/E.164), see [Calling Codes](http://en.wikipedia.org/wiki/List_of_country_calling_codes)
  - `servicePlan` ServicePlanInfo — Information on account service plan
    - `id` string — Internal identifier of a service plan
    - `name` string — Name of a service plan
    - `edition` string — Edition of a service plan
    - `freemiumProductType` 'Freyja' | 'Phoenix'
  - `targetServicePlan` TargetServicePlanInfo — Information on account target service plan
    - `id` string — Internal identifier of a target service plan
    - `name` string — Name of a target service plan
    - `edition` string — Edition of a service plan
    - `freemiumProductType` 'Freyja' | 'Phoenix'
  - `billingPlan` BillingPlanInfo — Information on account billing plan
    - `id` string — Internal identifier of a billing plan
    - `name` string — Billing plan name
    - `durationUnit` 'Day' | 'Month' | 'Year' — Duration period
    - `duration` integer — Number of duration units
    - `type` 'Initial' | 'Regular' | 'Suspended' | 'Trial' | 'TrialNoCC' | 'Free' — Billing plan type
    - `includedPhoneLines` integer — Included digital lines count
  - `serviceFeatures` ServiceFeatureInfo[] — Service features information, see Service Feature List
    - `featureName` 'AccountFederation' | 'Archiver' | 'AutomaticCallRecordingMute' | 'AutomaticInboundCallRecording' | 'AutomaticOutboundCallRecording' | 'BlockedMessageForwarding' | 'Calendar' | 'CallerIdControl' | 'CallForwarding' | 'CallPark' | 'CallParkLocations' | 'CallSupervision' | 'CallSwitch' | 'CallQualitySurvey' | 'Conferencing' | 'ConferencingNumber' | 'ConfigureDelegates' | 'DeveloperPortal' | 'DND' | 'DynamicConference' | 'EmergencyAddressAutoUpdate' | 'EmergencyCalling' | 'EncryptionAtRest' | 'ExternalDirectoryIntegration' | 'Fax' | 'FaxReceiving' | 'FreeSoftPhoneLines' | 'HDVoice' | 'HipaaCompliance' | 'Intercom' | 'InternationalCalling' | 'InternationalSMS' | 'LinkedSoftphoneLines' | 'MMS' | 'MobileVoipEmergencyCalling' | 'OnDemandCallRecording' | 'Pager' | 'PagerReceiving' | 'Paging' | 'PasswordAuth' | 'PromoMessage' | 'Reports' | 'Presence' | 'RCTeams' | 'RingOut' | 'SalesForce' | 'SharedLines' | 'SingleExtensionUI' | 'SiteCodes' | 'SMS' | 'SMSReceiving' | 'SoftPhoneUpdate' | 'TelephonySessions' | 'UserManagement' | 'VideoConferencing' | 'VoipCalling' | 'VoipCallingOnMobile' | 'Voicemail' | 'VoicemailToText' | 'WebPhone' — Feature name
    - `enabled` boolean — Feature status, shows feature availability for the extension
  - `limits` AccountLimits — Limits which are effective for the account
    - `freeSoftPhoneLinesPerExtension` integer — Max number of free softphone phone lines per user extension
    - `meetingSize` integer — Max number of participants in RingCentral meeting hosted by this account's user
    - `cloudRecordingStorage` integer — Meetings recording cloud storage limitation in Gb
    - `maxMonitoredExtensionsPerUser` integer — Max number of extensions which can be included in the list of users monitored for Presence
    - `maxExtensionNumberLength` integer — Max length of extension numbers of an account; the supported value is up to 8 symbols, depends on account type
    - `siteCodeLength` integer — Length of a site code
    - `shortExtensionNumberLength` integer — Length of a short extension number
  - `package` PackageInfo
    - `version` string — Billing package version
    - `id` string — Billing package identifier
  - `uBrand` UBrandInfo — Account sub-brand information
    - `id` string — Sub-brand unique ID
    - `name` string — Sub-brand name

---

[API](https://skmtc.net/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.net/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/revisions/8d602198ec97/schema)
