Skip to main content

Admittedly, this is a dumb question. But I can’t find the answer so I’m here to ask anyway. Where can I find the naming convention for the application scopes? For example, is it “ReadAccounts” or “Read Accounts” or “Read_Accounts” or “Read-Accounts”? Or none of the above? 

 

Thanks in advance.

The enum value will be always words together, and the name will be words separated by a space

For example you see the App Scope shows “ReadAccounts” from the API reference

https://developers.ringcentral.com/api-reference/Extensions/listExtensions

When you try to add that app scope to your app, if you type “Read Accounts” and the tool will list the app scope for you to chose.


Thank you!


Reply