I want to use the RingCentral create IVR prompt API endpoint, but I keep getting an error. Do I need to add permissions to my application in order to go to the next step?
(https://developers.ringcentral.com/api-reference/IVR/createIVRPrompt) in my PHP application. The code is working fine and I am able to send the request to RingCentral. However I am getting the following error.
{
“errorCode”: “InsufficientPermissions”,
“message”: “In order to call this API endpoint, application needs to have [EditAccounts] permission”,
“errors”: [
{
“errorCode”: “CMN-401”,
“message”: “In order to call this API endpoint, application needs to have [EditAccounts] permission”,
“permissionName”: “EditAccounts”
}
],
“permissionName”: “EditAccounts”
}
© 1999-2024 RingCentral, Inc. All rights reserved.
Privacy Notice