I'm trying to retrieve all users from the user groups of Artifactory, using the following command: curl -u : -X GET -d 'includeUsers=true' https:///artifactory/api/security/groups
But I only get the groups, not the users. I'm on Artifactory version 6.14.1. The parameter (includedUsers=true) was added in 6.13.
Any idea what is wrong?
thanks, Filip
A Couple of things:
For example:
curl -u : -X GET "https:///artifactory/api/security/groups/<a group name>?includeUsers=true