Sign in

List groups (v1)

documented

List groups for an organization (v1).

GET /organizations/{org_id}/groupsGroupsno 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://api.devicemagic.com/organizations/{{$org_id}}/groups" \
  -X GET \
  -u "{{DEVICEMAGIC_API_TOKEN}}:x" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"