Question

api for extension permission

  • 22 October 2021
  • 1 reply
  • 257 views

To get permission or role assigned to an extension in the account we are looking to call api but not sure which one. is there any similar api to get all the extension permission given


1 reply

This following API will display all the permission given to the user of an extension:

https://developers.ringcentral.com/api-reference/Permissions/listPermissionCategories

and list of roles displayed with this API:

https://developers.ringcentral.com/api-reference/Role-Management/listAssignedRoles

Hope this helps

Reply