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>" } ]
この Enterprise 向けに IdP グループを一括作成します。既存のグループは無視されます。
ManageAccountMembership
サービスユーザーの認証情報(接頭辞: cog_)
1 - 100
成功時のレスポンス