News & Announcements User Community Developer Community

Welcome to the RingCentral Community

Please note the community is currently under maintenance and is read-only.

Search
Make sure to review our Terms of Use and Community Guidelines.
  Please note the community is currently under maintenance and is read-only.
Home » Developers
How can I get a department in GetExtensionList API?
Tags: rest api, extension
Feb 23, 2022 at 3:17am   •   1 replies  •  0 likes
RPA_Hire RPA_Hire

I want department name in "GetExtension" API

how can I get department in "GetExtension" API

1 Answer
answered on Feb 23, 2022 at 7:56am  

Read the extension info using the Get Extension API. If the extension belongs to one or more departments, the response will contain an array or departments. Read each department with the id or using the URI in each attachment object to get details of that department.

async function read_user_info(extensionId) {
  try{
    var resp = await platform.get(`/restapi/v1.0/account/~/extension/${extensionId}`)
    var jsonObj = await resp.json
    console.log("===========")
    console.log(jsonOb
  }catch(e){
    console.log(e.message)
  }
}

// E.g. response with departments array
 ...
 departments: [
    {
      uri: 'https://platform.ringcentral.com/restapi/v1.0/account/80964xxxx/extension/6237675xxxx',
      id: '6237675xxxx',
      extensionNumber: '11603'
    },
    {
      uri: 'https://platform.ringcentral.com/restapi/v1.0/account/80964xxxx/extension/6237675xxxx',
      id: '6237675xxxx',
      extensionNumber: '12002'
    },
...
// Now call the function again to get department's details
read_user_info(6237675xxxx) 

 0



A new Community is coming to RingCentral!

Posts are currently read-only as we transition into our new platform.

We thank you for your patience
during this downtime.

Try Workflow Builder

Did you know you can easily automate tasks like responding to SMS, team messages, and more? Plus it's included with RingCentral Video and RingEX plans!

Try RingCentral Workflow Builder

PRODUCTS
RingEX
Message
Video
Phone
OPEN ECOSYSTEM
Developer Platform
APIs
Integrated Apps
App Gallery
Developer support
Games and rewards

RESOURCES
Resource center
Blog
Product Releases
Accessibility
QUICK LINKS
App Download
RingCentral App login
Admin Portal Login
Contact Sales
© 1999-2024 RingCentral, Inc. All rights reserved. Legal Privacy Notice Site Map Contact Us