LDAP - Delete User Node
| Description | The LDAP - Delete User node removes a user entry from the LDAP directory. |
| Available in | Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined |
| Node Name | LDAP - Delete User |
LDAP Configuration
Connection Mode
Defines the connection protocol used to communicate with the LDAP server. Option available: - **ldap**: Standard (non-secure) connection (port 389). - **ldaps**: Secure connection over SSL/TLS (port 636). - **start-tls**: Connection starts as a standard LDAP connection (typically on port 389) and is then upgraded to a secure channel using TLS.Hostname
Specifies the **hostname** or **IP address** of the LDAP server.Port
Defines the port used to connect to the LDAP server. Typical values: - **389** for LDAP - **636** for LDAPSConnection Timeout
Specifies the maximum time (in seconds) to wait for a connection to the LDAP server. A value of 0 usually means **no timeout**.Admin user DN
The **Distinguished Name (DN)** of the administrative user used to perform the LDAP search operation.Admin user Password
The password associated with the **admin user DN**.Base DN
Defines the **base context (starting point)** in the LDAP directory where the user search will be performed.Search Scope
Defines the scope of the LDAP search: - **base**: Searches only the base DN - **one**: Searches one level under the base DN - **sub**: Searches the entire subtree under the base DNSearch Filter
Specifies the LDAP search filter used to locate the user. Example: `(uid={{username}})` The filter can include variables to dynamically match user input.Default Output Node
- Success
- User Not Found
- Failure