For the complete documentation index, see llms.txt. This page is also available as Markdown.

Nodeum API

Get current LDAP config

get

Get current LDAP config

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Responses
200

Current config

application/json
idintegerOptional
hoststringOptional
portintegerOptional
admin_pathstringOptional
admin_passwordstringOptional
user_base_pathstringOptional
user_filter_templatestringOptional
get/ldap_config
200

Current config

Set LDAP config

post

Set LDAP config

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Body
idintegerOptional
hoststringOptional
portintegerOptional
admin_pathstringOptional
admin_passwordstringOptional
user_base_pathstringOptional
user_filter_templatestringOptional
Responses
200

Success or errorr

application/json
or
post/ldap_config
200

Success or errorr

Last updated

Was this helpful?