i have tried to apply multiple filters while getting actor members like f=actor_id and user_id,but it dint work!

i want to get only single user while passing actor_id and user_id and insted of that API gives me list of all the used contains in the passing actor.

i have tried to use the below API : retrieve only the actorMembers related to the specified user_id. http://localhost:8080/bonita/API/bpm/actorMember?p=0&c=10&f=member_type%3Duser&f=actor_id%3D1&f=user_id%3D101

Please suggest something to apply both filer.

Thanks in advance :slight_smile:

I don’t get your use case, can you try to clarify a little bit?

Thank you.