简体中文
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": "org_admin" }, { "group_name": "Junior Engineers", "org_id": "org_123", "role": "org_member" } ], "total": 2, "skip": 0, "limit": 100, "has_more": false, "next_cursor": null }
获取此组织中的企业组的分页列表
显示 群组对象