I am trying to get a user from a requester group given the users id. I am trying to do this using the filter operater like this
‘’’
GET {{fshost}}/api/v2/requester_groups/19000114716/members?query=“id:‘19000978788’”
‘’’
It is returning all the members.
does the requester_groups/{id}/members endpoint support filtering?