I am writing a bash script (attached it the script snippet). I was able to pull the crowd groups, but I want to also be able to pull all users within those groups as well. Is there a way to do so?
curl -s -k -u test:west \
-H "Accept: application/json" \
"https://crowd-dev-gc.nasawestprime.com/crowd/rest/usermanagement/latest/search?entity-type=group" \
| jq -r '.groups[].name' > groups_only.csv