v1

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

Update User Conferencing Settings

Updates the default conferencing number for the current extension. The number can be selected from conferencing numbers of the current extension. Updates the setting, allowing participants join the conference before host.

put/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)

Request body

allowJoinBeforeHostboolean

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

Response

Updated user conferencing settings

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"
}