<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 Manage Group Administrator Roles via API
Administration
Lifecycle Management
Okta Classic Engine
Okta Identity Engine
Overview

To successfully manage group administrator role assignments through API calls, a specific procedure must be adhered to.

NOTE: This is an example of using the POSTMAN API client to make changes using Okta API. Please use an API development tool that best suits the organization's needs.

Applies To
  • API
  • Groups
  • Group Roles
  • Roles
Solution

Prerequisites

Follow the steps or video below:

 

  1. Set up the Postman app as described in the Test the Okta REST APIs using Postman article.

  2. Import the Okta Groups Collection found on the Okta Administrator Roles Collection Okta developer page.

  3. Prepare the Assign a Role to a Group or Unassign a Role from a Group API call and press Send.

Assign Role

  1. The response received will be a 200 OK, and the role will be assigned to the group.

Related References

 


 

Loading
How to Manage Group Administrator Roles via API