Rest API get users in group

1
0
-1

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

1 answer

1
+2
-1
This one is the BEST answer!

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

Notifications