---
title: "Update User Conferencing Settings"
method: PUT
path: "/restapi/v1.0/account/{accountId}/extension/{extensionId}/conferencing"
tags: ["User Settings"]
---

# Update User Conferencing Settings

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

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.

## Path parameters

- `accountId` string, required
- `extensionId` string, required

## Request body

- UpdateConferencingInfoRequest
  - `phoneNumbers` ConferencePhoneNumberInfo[] — Multiple dial-in phone numbers to connect to audio conference service, relevant for user's brand. Each number is given with the country and location information, in order to let the user choose the less expensive way to connect to a conference. The first number in the list is the primary conference number, that is default and domestic
    - `phoneNumber` string — Dial-in phone number to connect to a conference
    - `default` boolean — The value should be `true` if the number is default for the conference. Default conference number is a domestic number that can be set by user (otherwise it is set by the system). Only one default number per country is allowed
  - `allowJoinBeforeHost` boolean — Determines if host user allows conference participants to join before the host

## Response `200`

Updated user conferencing settings

- GetConferencingInfoResponse
  - `uri` string, uri — Canonical URI of a conferencing
  - `allowJoinBeforeHost` boolean — Determines if host user allows conference participants to join before the host
  - `hostCode` string — Access code for a host user
  - `mode` string — Internal parameter specifying a conferencing engine
  - `participantCode` string — Access code for any participant
  - `phoneNumber` string — Primary conference phone number for user's home country returned in [E.164](https://www.itu.int/rec/T-REC-E.164-201011-I) format
  - `supportUri` string — Link to a branded support page
  - `tapToJoinUri` string, uri — Short URL leading to the service web page Tap to Join for audio conference bridge
  - `phoneNumbers` PhoneNumberInfoConferencing[] — List of multiple dial-in phone numbers to connect to audio conference service, relevant for the user's brand. Each number is given with the country and location information, in order to let the user choose less expensive way to connect to a conference. The first number in the list is a primary conference number, that is default and domestic
    - `country` 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)
    - `default` boolean — The value should be `true` if the number is default for the conference. Default conference number is a domestic number that can be set by user (otherwise it is set by the system). Only one default number per country is allowed
    - `hasGreeting` boolean — The value should be `true` if any greeting message is played on this number
    - `location` string — Location (city, region, state) of a conference phone number
    - `phoneNumber` string — Dial-in phone number to connect to a conference
    - `premium` boolean — Indicates if the number is 'premium' (account phone number with the `ConferencingNumber` usageType)

---

[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/versions/8d602198ec97/schema)
