Question

Api to get user details and export in excel

  • 20 November 2020
  • 1 reply
  • 667 views

In ring central online portal, there is options to download the list of users with their extension numbers and saves in excel files. Is any API there that can do the same thing when called? It can provide users list with the extension numbers?


1 reply

There is an API to read all extensions : https://developers.ringcentral.com/api-reference/Extensions/listExtensions

It will provide list of users and their extensions details as a json format. What you can do is, you can create a custom application using Java/C# etc and transform this into excel files.

Reply