Which IIQ version are you inquiring about?
8.2
Share all details about your problem, including any error messages you may have received.
*I am trying to integrate Azure AD with SailPoint IIQ using the default Azure AD connector. I want to import only accounts which have a license assigned. I understand I can use assignedLicenses in the filter query to fetch. *
- Could someone share a sample how assignedLicenses should be added to the filter query? I dont see a similar example anywhere in the documents*
I am trying to add a filter to make a GraphAPI query like ```
GET https://graph.microsoft.com/v1.0/users?$filter=assignedLicenses/any(u:u/skuId eq cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46)