IIQ SCIM API: filter applications by feature

Dear community,

we are trying to find a way to filter applications based on the featuresString, e. g. solely applications which support “PASSWORD” as a feature.

The following requests

/identityiq/scim/v2/Applications?filter=(features%20co%20"PASSWORD")

as well as

/identityiq/scim/v2/Applications?filter=(urn:ietf:params:scim:schemas:sailpoint:1.0:Application:features%20co%20"PASSWORD")

responds that search is not supported:

{"schemas":["urn:ietf:params:scim:api:messages:2.0:Error"],"scimType":"invalidFilter","detail":"Invalid filter, attribute does not support search:features","status":"400"}

Is there any way to achieve the goal?
Your input is highly appreciated.

Thanks,
Daniel

1 Like