Exporting Identities with Specific Attributes via API

Hi @rayannait
You can customise as you wish using search endpoint
here - https://developer.sailpoint.com/idn/api/v3/search-post

        sort: ["-attributes.email"],
        queryResultFilter: {
        includes: [
            "displayName","email","attributes.location","attributes.cloudLifecycleState","attributes.brand"
        ]}

I would recommend to utilise SDK built by @developer_relations_team .