Update Provider Ldap Server
Endpoint to update LDAP server configuration
Authorized Roles : PROVIDER
Request
URI
PUT
https://{api_host}/provider/ldap-server/{id}
COPY
Path Parameters
string
id
Required
ID of the LDAP server details
Request Body
LdapServerDetailsDto of type(s) application/json
Required
{
"id": "string",
"type": "string",
"hostAddress": "string",
"port": 0,
"firstNameAttribute": "string",
"lastNameAttribute": "string",
"domain": "string",
"baseDn": "string",
"searchFilter": "string",
"loginAttribute": "string",
"thumbprint": "string",
"deleted": false,
"userName": "string",
"password": "string",
"sslEnabled": false,
"sslCert": {
"privateKey": "string",
"certificate": "string",
"parentCert": "string"
},
"createdTimestamp": "string"
}
string As uuid As uuid
id
Optional
id
string
type
Optional
type
Possible values are : PROVIDER_MANAGED, TENANT_MANAGED,
string
hostAddress
Required
hostAddress
integer As int32 As int32
port
Optional
port
string
firstNameAttribute
Optional
firstNameAttribute
string
lastNameAttribute
Optional
lastNameAttribute
string
domain
Required
domain
string
baseDn
Optional
baseDn
string
searchFilter
Optional
searchFilter
string
loginAttribute
Optional
loginAttribute
string
thumbprint
Optional
thumbprint
boolean
deleted
Optional
deleted
string
userName
Optional
userName
string
password
Optional
password
boolean
sslEnabled
Optional
sslEnabled
string As date-time As date-time
createdTimestamp
Optional
createdTimestamp
Responses
200
OK
Operation doesn't return any data structure
400
Bad Request
Operation doesn't return any data structure
On This Page
LDAP Server Configuration Operations
GET
Get Provider Ldap Server
POST
Save Provider Ldap Server
PUT
Update Provider Ldap Server