Create new auth integration
POST/settings/auth/:authType
Create new auth integration
Request
Path Parameters
authType stringrequired
Possible values: [ad
, ldap
, saml
]
- application/json
Body
required
enabled booleanrequired
integrationParameters
object
required
property name* object
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
type string
{
"type": "string"
}
Loading...