Hi, I cannot filter Accounts when making API calls in Postman/Javascript, I get a 500 status code. This is how my GET request looks like: {{baseUrl}}/scim/v2/Accounts?filter=active eq true.
If I only use {{baseUrl}}/scim/v2/Accounts all the accounts are returned with 200 status code, but I cannot filter them. I have tried following the API guide: get-accounts | SailPoint Developer Community
hi @antdru94
According IdentityIQ documentation only the following attributes are sercheable
The following fields are filterable or searchable: displayName, lastRefresh,
nativeIdentity, uuid, lastTargetAgg, identity, and application. Search on application schema specific attributes is not supported