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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions