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
Example response
{
"externalUserInfo": {
"personalLink": "https://meetings.ringcentral.com/my/jsmith"
}
}