Hello,
I want to know how to filter users by group_id and by job_title . Actually,I managed to display the users by group_id by using the Identity API, but when I try to make the filter with the job_title it doesn’t work.
this is my URL : …/API/identity/user?p=0&c=10&o=lastname ASC&f=enabled=true&f=group_id=103&f=job_title=ExpertIT
Thanks in advance.