<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
How to Obtain a Report of Application External IDs using Postman
Insights and Reporting
Okta Classic Engine
Okta Identity Engine
Okta Integration Network
Overview
This article describes how to obtain a report of application External IDs using Postman.
Applies To
  • Postman API

  • Application External ID

Solution

Follow the steps or video below.

  1. Start with installing Postman and configuring the environment.

  2. Import a collection. In this case, Apps collection is needed.

  3. Run the appropriate GET command, which will provide a JSON output.

    1. GET List Apps. 

    2. Obtain the application "id".

    3. GET List Users Assigned to App.

  4. Convert the JSON to CSV.

  5. Sort/Filter on 'externalId'. 

Loading
How to Obtain a Report of Application External IDs using Postman