v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
RCM Meetings (Legacy)

Update Meeting Service Info

Updates personal meeting identifier.

patch/restapi/v1.0/account/{accountId}/extension/{extensionId}/meeting/service-info

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

Example request

{
  "externalUserInfo": {
    "personalLink": "https://meetings.ringcentral.com/my/jsmith"
  }
}

Response

OK: Meeting Service Info

uristring uri
supportUristring uri
intlDialInNumbersUristring uri

Example response

{
  "externalUserInfo": {
    "personalLink": "https://meetings.ringcentral.com/my/jsmith"
  }
}