Skip to main content
PUT
/
v2
/
enterprise
/
groups
Enterprise Group Create Endpoint
curl --request PUT \
  --url https://api.devin.ai/v2/enterprise/groups \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "group_names": [
    "<string>"
  ]
}
'
[
  "<string>"
]

Documentation Index

Fetch the complete documentation index at: https://docs.devin.ai/llms.txt

Use this file to discover all available pages before exploring further.

Requires an enterprise admin personal API key. This endpoint allows you to add new enterprise groups to your organization.

Authorizations

Authorization
string
header
required

Personal API Key (apk_user_*) for Enterprise Admins only

Body

application/json
group_names
string[]
required

Response

Successful Response