cURL
curl --request POST \ --url https://api.devin.ai/v3beta1/enterprise/idp-groups \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "idp_group_names": [ "<string>" ] } '
[ { "idp_group_name": "<string>" } ]
Bulk create IDP groups for this enterprise. Existing groups are ignored.
ManageAccountMembership
Service User credential (prefix: cog_)
1 - 100
Successful Response