cURL
curl --request GET \ --url https://api.devin.ai/v3beta1/enterprise/members/idp-groups
{ "items": [ { "idp_group_name": "<string>", "role_assignments": [ { "role": { "role_name": "<string>", "role_id": "<string>", "role_type": "enterprise" }, "org_id": "<string>" } ] } ], "end_cursor": "<string>", "has_next_page": false, "total": 123 }
Get all idp groups that are part of an enterprise.
Idp groups object has all role assignments in the account.
Show child attributes
Successful Response
Cursor to fetch the next page, or None if this is the last page.
Whether there are more items available after this page.
Optional total count (can be omitted for performance).