cURL
curl --request PATCH \ --url https://api.devin.ai/v3beta1/enterprise/members/idp-groups/{idp_group_name} \ --header 'Content-Type: application/json' \ --data '{ "role_id": "<string>" }'
{ "idp_group_name": "<string>", "role_assignments": [ { "role": { "role_name": "<string>", "role_id": "<string>", "role_type": "enterprise" }, "org_id": "<string>" } ] }
Update enterprise role for idp_group.
Successful Response
Show child attributes