Skip to main content
POST
/
v3beta1
/
enterprise
/
idp-groups
Register Enterprise IDP Groups
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>"
  }
]

Permissions

Requires a service user with the ManageAccountMembership permission at the enterprise level.

Authorizations

Authorization
string
header
required

Service User credential (prefix: cog_)

Body

application/json
idp_group_names
string[]
required
Required array length: 1 - 100 elements

Response

Successful Response

idp_group_name
string
required