Add User to Default LDAP Server
post
/api/v1/configuration/ldapConfig/defaultLdap/ldapUser
Adds a user to the default LDAP Server.
Request
Supported Media Types
- application/json
Root Schema : LDAPUser
Type:
Show Source
object
-
ldapUserName:
string
LDAP UserName
-
ldapUserPassword:
string
LDAP User Password
Response
Supported Media Types
- application/json
200 Response
OK
400 Response
Bad request
401 Response
Not authorized
404 Response
Invalid parameters
409 Response
Operation conflict
Root Schema : Error
Type:
object
Error information.
Show Source
-
errors:
array errors
List of errors
-
message(required):
string
A human-readable error string.
-
status(required):
string
A short error status that defines the error, meant for programmatic parsing.
-
warnings:
array warnings
List of warnings