How to Download Child Account IDs

This call requires cookies from a Login API call. Please refer to the How to Log In help page for more information.

The URL below will allow you to retrieve a list of your Child Accounts, along with ID, name, and status. Paste the URL into the address bar while logged into the Open Mobile Portal.

Resource URL:

/moservices/rest/api/ipass/{COMPANY_ID}/mo/omapi/findAllChildCompanies

Result:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  <companies>
  <company>
      <id>1234567</id>
      <name>XXXXX</name>
      <isActive>true</isActive>
   </company>
   <company>
      <id>1212121</id>
      <name>XXXXX</name>
      <isActive>true</isActive>
  </company>
  <company>
      <id>1231231</id>
      <name>XXXXX</name>
      <isActive>true</isActive>

Go to: Portal Home > REST API Overview

 

©2015 iPass Inc. All rights reserved. Terms of Use