Add Ldap Settings

Add Ldap Settings

Add ldap settings.

Request
URI
POST
https://{api_host}/https://{{host}}:{{port}}/api/v5/rbac/settings/ldap
COPY
Request Body
LdapSpec of type(s) application/json
Required
This request body class requires all of the following: BaseDirectoryAccessSpec

Show optional properties

{
    "instanceName": "string",
    "type": "string",
    "searchBase": "string"
}
{
    "instanceName": "string",
    "urls": [
        "string"
    ],
    "type": "string",
    "username": "string",
    "password": "string",
    "searchFilter": "string",
    "searchBase": "string"
}
Responses
200

LDAP settings.

Operation doesn't return any data structure

401

Unauthorized access

Operation doesn't return any data structure

404

Such resource was not found.

Operation doesn't return any data structure

504

Connection timed out.

Operation doesn't return any data structure