List group members
documentedReturn the members of a group.
GET /api/get_members_for_groupGroupsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$cypher_base_url}}/api/get_members_for_group?group_id={{$group_id}}&api_key={{CYPHERLEARNING_API_KEY}}&api_version=1.0" \
-X GET \
-H "Accept: application/json"