Question

Permission error while Graduation process.

  • 23 March 2022
  • 2 replies
  • 305 views

screen-shot-2022-03-23-at-92911-am.pngHi @Phong Vu , I can see permission issue in Sandbox account.

I am calling 2 events in my subsciption

"/restapi/v1.0/account/~/telephony/sessions?direction=Inbound&missedCall=true",
"/restapi/v1.0/account/~/extension/~/voicemail"

I have created subscription multiple times. and called subscribe, get and delete a subscription multiple times but no luck.

screen-shot-2022-03-23-at-92945-am.png

My client id is ZfgY0sK_SlG1eubfv0zr7g

Are you able to see if I am missing anything?


2 replies

Userlevel 1

You have the Read Messages permission and I don't see any API call that requires that permission. Remove it from your app or call API to exercise the permission.

I think to call /restapi/v1.0/account/{accountId}/extension/{extensionId}/voicemail we need permisioon ReadMessages

Reply