Sign in

List group admins

documented

Return the admins of a group.

GET /api/get_admins_for_groupGroupsno implementation yet0 runs
No 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"
List group admins · CYPHER Learning · OpenIntegrations