This article describes how to obtain a report based on Custom Attributes.
- Reports
- API
- Custom Attribute
Postman with the Users Collection can be used to obtain the information based on a search of the custom attribute:
-
Start by installing Postman and configuring the environment.
-
Import the Users collection into Postman.
-
Run the appropriate Get Command, which will provide a JSON output. For example:
{{url}}/api/v1/users?search=profile.clientMnemonic+eq+"MCKI"
- Export and then load the file into a Microsoft Excel sheet.
