Hello,
In my Bonita I have the id_group = 102
In Rest API, what is the url for get all users in group 102?
Thanks in advance
Manolo
Hello,
In my Bonita I have the id_group = 102
In Rest API, what is the url for get all users in group 102?
Thanks in advance
Manolo
Hello
You should use something like:
http://your_bonita/bonita/API/identity/user?p=0&c=5&o=lastname ASC&f=enabled=true&f=group_id=102
Regards