<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
0D54z00009h1vqnCAAOkta Identity EngineIdentity GovernanceAnswered2024-03-04T21:13:06.000Z2023-09-23T20:40:51.000Z2023-09-25T16:43:36.000Z

TiffanyC.87161 (Hitachi Vantara) asked a question.

Creating an access campaign after during application integration

Rather than using the GUI within Okta, one of the things that ties up time is manually setting up an access certification campaign. Is there a better way to set up an access campaign without using postman, perhaps using a workflow to pull the information pertained within the group assigned to the app and automatically create an access campaign from a pre-templated campaign?


  • TimL.58332 (Workflows)

    @TiffanyC.87161 (Hitachi Vantara)​  -- Using Postman / Workflows is essentially the same idea as they are both tools designed to interact with API's. We often recommend for "unknown use cases" to leverage Postman as most vendors have instructions on how to leverage their API with Postman.

     

    In your described scenario there is an endpoint for Campaign creation etc in the Okta Identity Governance (BETA) API. See: https://developer.okta.com/docs/api/iga/openapi/governance.api/tag/Campaigns/

     

    I don't know if all of the available features in the UI are available through the API. You would need to test the API with Workflows, Postman (or some other API tool) to determine if it meets your needs.

    Expand Post
    Selected as Best
  • TimL.58332 (Workflows)

    @TiffanyC.87161 (Hitachi Vantara)​  -- Using Postman / Workflows is essentially the same idea as they are both tools designed to interact with API's. We often recommend for "unknown use cases" to leverage Postman as most vendors have instructions on how to leverage their API with Postman.

     

    In your described scenario there is an endpoint for Campaign creation etc in the Okta Identity Governance (BETA) API. See: https://developer.okta.com/docs/api/iga/openapi/governance.api/tag/Campaigns/

     

    I don't know if all of the available features in the UI are available through the API. You would need to test the API with Workflows, Postman (or some other API tool) to determine if it meets your needs.

    Expand Post
    Selected as Best
This question is closed.
Loading
Creating an access campaign after during application integration