Integration Platform

Microservice Management

LDAP Connector

Our LDAP connector provides seamless integration with Lightweight Directory Access Protocol (LDAP) services. Easily authenticate users, search for user groups, create new user groups, update user details, and more, using this powerful connector. Simplify user management and streamline authentication processes with our LDAP integration.

This connector requires the Integration Platform runs on Windows.

Authenticate

Parameters:

  • username (string)
  • password (string)

Description: Authenticates a user using their LDAP credentials and returns authentication result.


Search User Group

Parameters:

  • username (string)
  • password (string)
  • searchQuery (string)

Description: Searches for user groups based on a query and returns the search results.


Create User Group

Parameters:

  • username (string)
  • password (string)
  • newUserGroup (object)

Description: Creates a new user group in the LDAP directory.


Update User Group

Parameters:

  • username (string)
  • password (string)
  • updateUserGroup (object)

Description: Updates an existing user group in the LDAP directory.


Delete User Group

Parameters:

  • username (string)
  • password (string)
  • deleteUserGroup (object)

Description: Deletes a user group from the LDAP directory.


Get User Group Details

Parameters:

  • username (string)
  • password (string)
  • userGroupDN (string)

Description: Retrieves details of a user group using its distinguished name (DN).


List All Users Groups

Parameters:

  • username (string)
  • password (string)

Description: Retrieves a list of all user groups present in the LDAP directory.


Add User to Group

Parameters:

  • username (string)
  • password (string)
  • userDN (string)
  • groupDN (string)

Description: Adds a user to a specified user group in the LDAP directory.


Remove User from Group

Parameters:

  • username (string)
  • password (string)
  • userDN (string)
  • groupDN (string)

Description: Removes a user from a specified user group in the LDAP directory.


Search Users/Groups

Parameters:

  • username (string)
  • password (string)
  • searchFilter (string)

Description: Searches for users or groups based on a filter and returns the search results.


Create User

Parameters:

  • username (string)
  • password (string)
  • userAttributes (object)
  • newUserDN (string)

Description: Creates a new user in the LDAP directory with specified attributes.


Delete User

Parameters:

  • username (string)
  • password (string)
  • userDN (string)

Description: Deletes a user from the LDAP directory.