-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Labels
not-doc-issueReported issue is not a documentation issue.Reported issue is not a documentation issue.ua-reviewUnder review by the UA teamUnder review by the UA team
Description
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
Metadata
Metadata
Assignees
Labels
not-doc-issueReported issue is not a documentation issue.Reported issue is not a documentation issue.ua-reviewUnder review by the UA teamUnder review by the UA team