Vai al contenuto principale
POST
/
v3beta1
/
enterprise
/
idp-groups
Registra i gruppi IdP dell’account
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>"
  }
]

Autorizzazioni

Richiede un utente di servizio con l’autorizzazione ManageAccountMembership a livello Enterprise.

Autorizzazioni

Authorization
string
header
obbligatorio

Credenziale dell'utente del servizio (prefisso: cog_)

Corpo

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

Risposta

Risposta con esito positivo

idp_group_name
string
obbligatorio