cancel
Showing results for 
Search instead for 
Did you mean: 

How to handle multiple filters in SAP IDM API

HarishBongula
Explorer
0 Kudos
324

Hi all,

I tried calling the API

ET_MX_ROLE?$filter=SV_MSKEYVALUE eq '20000660' or SV_MSKEYVALUE eq '20000XX' or SV_MSKEYVALUE eq '200002XX' or SV_MSKEYVALUE eq '200002XX' &$expand=ER_MXMEMBER_MX_PRIVILEGE&$select=ER_MXMEMBER_MX_PRIVILEGE

It's not giving the all the records related to all the MSKEYVALUES listed above, its picking only first one and giving results
Can anyone suggest how to handle multiple filters?

View Entire Topic
devaprakash_b
Active Contributor
0 Kudos

Hello Harish

AS far i know SAP IDM rest apiv2 supports only AND operator not OR

/Deva