<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
0D51Y00007X0yeKSAROkta Classic EngineAdministrationAnswered2025-03-30T09:02:20.000Z2020-01-13T19:37:47.000Z2020-02-03T23:28:39.000Z

zjicp (zjicp) asked a question.

How To Bulk Add Groups Under 'Group Admin Permissions'

I'm trying to create and Administrator Group in OKTA. While creating the Administrator Group under Security>Administrators, there is a section called Group Admin Permissions where you can add groups that you want to be administered below:

 

Image is not available

 

The problem is that we have over 230 groups in OKTA. Is there an easier way to add OKTA groups in bulk?


  • bc221 (bc221)

    This can be done with the help of Okta API programming. you can use the Groups API to make a list of Group ID you want to assign it to a Group Admin Role then use Administrator Roles API to add GroupID to admin role by using Add Group Target to Group Admin Role API in a loop.

     

    refer:- https://developer.okta.com/docs/reference/postman-collections/

    Expand Post
    Selected as Best
  • bc221 (bc221)

    This can be done with the help of Okta API programming. you can use the Groups API to make a list of Group ID you want to assign it to a Group Admin Role then use Administrator Roles API to add GroupID to admin role by using Add Group Target to Group Admin Role API in a loop.

     

    refer:- https://developer.okta.com/docs/reference/postman-collections/

    Expand Post
    Selected as Best
  • zjicp (zjicp)

    Hi Vipul,

     

    I have all 230 group IDs. With that being said, can you give me a brief example on how you would perform the loop?

     

    Is there a way to do that in Postman? Would really appreciate the direction.

     

    Expand Post
This question is closed.
Loading
How To Bulk Add Groups Under 'Group Admin Permissions'