Test LDAP Connection

Test if Rocket.Chat can connect to the specified LDAP server using the port and host provided in the Rocket.Chat settings.

  • Permission required: test-admin-options

  • Make sure that LDAP is enabled on your workspace.

Example Call

curl --location --request POST 'http://localhost:3000/api/v1/ldap.testConnection' \
--header 'X-Auth-Token: x65a7F7aZZtW_H2hTgKEsp_RGNqvoyF' \
--header 'X-User-Id: CkCPNcvfmWLqC'

Example Response

{
    "message": "Connection_success",
    "success": true
}
{
    "message": "Connection_failed",
    "success": false
}

Last updated

Rocket.Chat versions receive support for six months after release.