Which IIQ version are you inquiring about?
[Replace this text with your version of IIQ. The more specific you can be (7.1, 8.3, 8.X), the more people can help. If you do not know, put Unsure.]
8.2p3/8.34
Please share any images or screenshots, if relevant.
[Please insert images here, otherwise delete this section]
Please share any other relevant files that may be required (for example, logs).
Docs I am referring to: list-accounts | SailPoint Developer Community and following RFC-7644, Section 3.4.2.2 for filters
Share all details about your problem, including any error messages you may have received.
*I am looking for some guidance on how to use IIQ SCIM API just to pull identities/accounts only associated with HR (i.e. Authoritative Source) https://localhost/identityiq/scim/v2/Users?startIndex=1&count=10&filter=userName pr (Works fine)
https://localhost/identityiq/scim/v2/Users?startIndex=1&count=10&filter=department pr (Does not work if I use any other attribute other than userName).
How to get only the accounts associated with Workday using IIQ Accounts endpoints? I tried this https://localhost/identityiq/scim/v2/Accounts?filter=application eq “Workday” and always returns no results.*
Could you please guide me how to use filters if I wanted to only either pull Identities or Accounts associated with Workday(Authoritative Source).