v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
User Settings

Get User Conferencing Settings

Returns information on Free Conference Calling (FCC) feature for a given extension.

get/restapi/v1.0/account/{accountId}/extension/{extensionId}/conferencing

Path parameters

accountIdstring required

Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)

extensionIdstring required

Internal identifier of the RingCentral extension/user (can be set to "~" to indicate that the extension associated with current authorization session should be used)

Query parameters

countryIdstring

Internal identifier of a country. If not specified, the response is returned for the brand country

Response

Success

uristring uri

Canonical URI of a conferencing

allowJoinBeforeHostboolean

Determines if host user allows conference participants to join before the host

hostCodestring

Access code for a host user

modestring

Internal parameter specifying a conferencing engine

participantCodestring

Access code for any participant

phoneNumberstring

Primary conference phone number for user's home country returned in E.164 format

supportUristring

Link to a branded support page

tapToJoinUristring uri

Short URL leading to the service web page Tap to Join for audio conference bridge

Example response

{
  "supportUri": "http://success.ringcentral.com"
}