Skip to main content
The First Step
May 19, 2025
Question

Scopes

  • May 19, 2025
  • 2 replies
  • 273 views

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.

2 replies

PhongVu
Community Manager
Community Manager
May 19, 2025

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.

The First Step
May 20, 2025

Thank you!