question

thuy-nguyen10182 avatar image
thuy-nguyen10182 asked Tyler Liu answered

User needs to have [OrganizeConference] permission for requested resource.

When calling this API "https://platform.devtest.ringcentral.com/restapi/v1.0/account/~/extension/~/conferencing?access_token=token", I got the following error



{


"errorCode" : "CMN-408",

"message" : "In order to call this API endpoint, user needs to have [OrganizeConference] permission for requested resource.",

"errors" : [ {


"errorCode" : "CMN-408",

"message" : "In order to call this API endpoint, user needs to have [OrganizeConference] permission for requested resource.",

"permissionName" : "OrganizeConference"

} ],

"permissionName" : "OrganizeConference"

}


I added all possible permissions, what did I still miss? Please advise



I used a Super Admin account to authorize.


Thanks

rest apierrors
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

igor-bebin avatar image
igor-bebin answered
Hi Thuy,

"CMN-408" indicates that authorized User doesn't have required permission. 

You can call Extension Info API and check whether "conferencing" feature is enabled or not, i.e.

GET /restapi/v1.0/account/~/extension/~

200 OK

{
...
"serviceFeatures" : [ {
...
  }, {
    "featureName" : "Conferencing",
    "enabled" : true
  }, 
...
}

If it's not enabled, then please raise a Custom Support ticket to provide your account with this feature.
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Tyler Liu avatar image
Tyler Liu answered
What you added are app permissions. OrganizeConference is user permission. Please do as Igor suggested.
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

thuy-nguyen10182 avatar image
thuy-nguyen10182 answered
Thanks for responding to my problem. Following is the reason

{
    "featureName" : "Conferencing",
    "enabled" : false,
    "reason" : "AccountLimitation"
  }

Could you point me to a link where I could raise a ticket?

1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Tyler Liu avatar image
Tyler Liu answered
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Developer sandbox tools

Using the RingCentral Phone for Desktop, you can dial or receive test calls, send and receive test SMS or Fax messages in your sandbox environment.

Download RingCentral Phone for Desktop:

Tip: switch to the "sandbox mode" before logging in the app:

  • On MacOS: press "fn + command + f2" keys
  • On Windows: press "Ctrl + F2" keys