Sign in

List groups for member

documented

Return groups that a user is a member of.

GET /api/get_groups_with_memberGroupsno 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://{{$base_url}}/api/get_groups_with_member?user_id={{$user_id}}&api_key={{CYPHERLEARNING_API_KEY}}&api_version=1.0" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"