<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
Bulk Application Creation Using Postman
Okta Classic Engine
Okta Identity Engine
Okta Integration Network
Overview

Creating multiple applications in Okta using the Apps Collection could be a time-consuming task if done manually. However, Okta offers a RESTful API that can be utilized for bulk operations such as these, programmatically allowing to manage applications at scale.
 

Applies To
  • API
  • Postman
  • Okta Collections
Solution

Prerequisites

  • Okta tenant with administrative access.
  • Postman or curl or any programming language: To send HTTP requests to the Okta API.


Follow the steps or video below.


 

  1. Install Postman and integrate it with Okta
  2. Use the collection runner by right-clicking on a collection and selecting Run collection.
  3. Select the API calls and the number of iterations needed (for large requests, use delays in order to not hit rate limits).
Loading
Bulk Application Creation Using Postman