Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter Groups by members attribute #2

Open
valse opened this issue Mar 24, 2023 · 0 comments
Open

Filter Groups by members attribute #2

valse opened this issue Mar 24, 2023 · 0 comments

Comments

@valse
Copy link

valse commented Mar 24, 2023

Hi, I'm trying your SimpleApp querying the groups by Postman; all works as expected but I can't filter the groups by the members attribute.

What is the correct syntax to use them? I tried these ones but with no luck:
{{SCIM_Path_Local}}/groups?filter=members.value eq "b931eb11-2263-42c5-a9c2-0232724a425f"
{{SCIM_Path_Local}}/groups?filter=members["value"] eq "b931eb11-2263-42c5-a9c2-0232724a425f"
{{SCIM_Path_Local}}/groups?filter=members[0]["value"] eq "b931eb11-2263-42c5-a9c2-0232724a425f"

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant