<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 Obtain a Report Based on Custom Attributes
Lifecycle Management
Okta Classic Engine
Insights and Reporting
Okta Identity Engine
Administration
Overview

This article describes how to obtain a report based on Custom Attributes.

Applies To
  • Reports
  • API
  • Custom Attribute
Solution

Postman with the Users Collection can be used to obtain the information based on a search of the custom attribute:

  1. Start by installing Postman and configuring the environment.

  2. Import the Users collection into Postman.

  3. Run the appropriate Get Command, which will provide a JSON output. For example:

    {{url}}/api/v1/users?search=profile.clientMnemonic+eq+"MCKI"

GET API Call

  1. Export and then load the file into a Microsoft Excel sheet. 
Loading
How to Obtain a Report Based on Custom Attributes