You are not logged in.
Pages: 1
Hello,
I'm trying to make an API request to list the Users inside a specific group. I can list groups inside a specific user but not the other way around.
So far, I've tried using the following links without success.
https://*ip*/glpi/apirest.php/search/Group?is_deleted=0&as_map=0&criteria[0][link]=AND&criteria[0][field]=13&criteria[0][searchtype]=contains&criteria[0][value]&search=Search&itemtype=User&start=0&expand_dropdowns=true
https://*ip*/glpi/apirest.php/group/*groupid*/user
This would be helpful because I'm doing an automation that involves LDAP users and groups.
I'm using GLPI 9.5.4.
Thanks in advances,
Offline
Hi,
get all users from group:
https://*ip*/glpi/apirest.php/group/*groupid*/Group_User
Offline
Pages: 1