Hi Team,
We are trying to get the BTP Users through code I am using the key created from Authorization and Trust Management and then calling this below method
scimUsers = new ScimUsersShadowUsersApi(httpDestination).getAllUsersUsingGET(pageSize, startIndex, null, null, null);
It returns List of all Default IDP Users and when I put a filter -> origin eq "sap.custom" as a parameter I get the custom users only..
The same thing when I try with SCIM API directly scim/Users?$filter=origin eq "sap.custom" I get all the custom users in that IDP it doesnt filter
Regards,
Pavan