Skip to content

Different Behaviour in call through Code and direct API #298

@pavan-singh-v-1290

Description

@pavan-singh-v-1290

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.ua-reviewUnder review by the UA team

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions