Passer au contenu principal
POST
/
v3
/
enterprise
/
idp-groups
Enregistrer les groupes IdP du compte
curl --request POST \
  --url https://api.devin.ai/v3/enterprise/idp-groups \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "idp_group_names": [
    "<string>"
  ]
}
'
[
  {
    "idp_group_name": "<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.

Autorisations

Nécessite un compte de service disposant de l’autorisation ManageAccountMembership au niveau de l’entreprise.

Autorisations

Authorization
string
header
requis

Identifiant de compte de service (préfixe : cog_)

Corps

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

Réponse

Réponse réussie

idp_group_name
string
requis