how to get list of access profiles using access profile owner name? any query let us know
KRM7
(Krishna Mummadi)
2
Use owner.name: “owner name” in Search
Through Search API
{
"indices": [
"accessprofiles"
],
"queryType": "SAILPOINT",
"queryVersion": "5.2",
"query": {
"query": "owner.name:\"The Batman\"",
"fields": [
"*"
]
}
}
pattabhi
(Pattabhi Nandarapu)
3
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"