Query to get list of access profiles using ap owner

how to get list of access profiles using access profile owner name? any query let us know

Use owner.name: “owner name” in Search

Through Search API

{
  "indices": [
    "accessprofiles"
  ],
  "queryType": "SAILPOINT",
  "queryVersion": "5.2",
  "query": {
    "query": "owner.name:\"The Batman\"",
    "fields": [
      "*"
    ]
  }
}
3 Likes

I am just validating the above provided queries with test data in my tenant; it is working fine.

small observation:
Search query is not working against V3 API collections, but it works fine with V2025 API.

UI search:

owner.name:"Jerry.Bennett"

owner.id:"4520f0d927c4433a8f12403e3dc0a67f"

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.