module Mattermost::Endpoint::LDAP

Public Instance Methods

sync_with_ldap() click to toggle source
# File lib/mattermost/endpoint/ldap.rb, line 7
def sync_with_ldap
        post("/ldap/sync")
end
test_ldap_configuration() click to toggle source
# File lib/mattermost/endpoint/ldap.rb, line 11
def test_ldap_configuration
        post("/ldap/test")
end