How to Retrieve a List of Okta Admin Roles
Last Updated:
Overview
Applies To
- Okta Classic Engine
- Okta Identity Engine (OIE)
- User Administration
- Admin Roles
- Reporting
Solution
Follow the steps or video below.
1. Navigate to the Okta Admin Console.
2. Click on Security > Administrators.
3. On the Overview page, click on Create Report > select one of the options from each category (Admin, Roles, Resource set) > Request Report.
The roles of users can also be retrieved with the below API Call. More details on the API Call used to retrieve roles can be found in the Roles in Okta documentation.
GET {{url}}/api/v1/users/{{userId}}/roles
