- Reporting
- Okta REST API
- Application assignment
This can be achieved via an Okta API call. Follow the steps or video below.
If this is an Admin's first time using Postman with Okta REST API, follow the Set up an environment document.
-
Use the Run in Postman button in the Applications operations document to import the Apps API collection.
-
Run a List users assigned to application call from the left pane of Postman (Apps > List Users Assignment to App).
-
GET/api/v1/apps/ -
${applicationId}/users -
Reference: List users assigned to an application.
-
-
Click Send and Download, and save it locally as a JSON file.
-
Use a desired third-party tool to convert the . JSON to a .CSV file.
-
Filter by the scope column within the CSV file.
-
For users who are individually assigned to an application, the scope would be USER.
-
For users who are group-assigned to an application, the scope would be GROUP.
