List group admins
documentedReturn the admins of a group.
GET /api/get_admins_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://{{$portal_domain}}/api/get_admins_for_group?group_id={{$group_id}}&api_key={{CYPHERLEARNING_API_KEY}}" \
-X GET \
-H "Content-Type: application/json" \
-H "Accept: application/json"