You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: