API Guide
GET /auth/servers/ldap
Returns LDAP server attributes.
API
GET /auth/servers/ldap
Description This API returns the LDAP server configuration information.
Requests None
Responses 200 — Get LDAP server details configured with the SFD
{
"url": "string",
"attributes": "string",
"username": "string",
"description": "string",
"user_info": {
"created_by": "string",
"created_at": 0,
"last_updated_by": "string",
"last_updated_at": 0
}
}
401 — You are not authorized to perform this operation
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
default — Success or error response
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
Authentication
37










