curl -X GET "https://api.devin.ai/v2/enterprise/organizations/org_123/groups" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "items": [ { "group_name": "Senior Engineers", "org_id": "org_123", "role": "admin" }, { "group_name": "Junior Engineers", "org_id": "org_123", "role": "member" } ], "total": 2, "skip": 0, "limit": 100, "has_more": false, "next_cursor": null }
Get paginated list of enterprise groups that are in this organization
Show Group Object