cURL
curl --request GET \ --url https://api.devin.ai/v3beta1/enterprise/members/idp-groups \ --header 'Authorization: Bearer <token>'
{ "items": [ { "idp_group_name": "<string>", "role_assignments": [ { "role": { "role_id": "<string>", "role_name": "<string>", "role_type": "enterprise" }, "org_id": "<string>" } ] } ], "end_cursor": "<string>", "has_next_page": false, "total": 123 }
ManageAccountMembership
服务用户凭据(前缀:cog_)
1 <= x <= 200
成功响应
显示 子属性
用于获取下一页的游标;如果是最后一页,则为 None。
当前页之后是否还有更多可用条目。
总数(可选,为提升性能可省略)。