NAME
WebService::Mattermost::V4::API::Resource::LDAP
DESCRIPTION
USAGE
use WebService::Mattermost;
my $mm = WebService::Mattermost->new({
authenticate => 1,
username => 'email@address.com',
password => 'passwordhere',
base_url => 'https://my.mattermost.server.com/api/v4/',
});
my $ldap = $mm->api->ldap;
METHODS
SEE ALSO
- https://api.mattermost.com/#tag/LDAP
-
Official "LDAP" API documentation.
AUTHOR
Mike Jones email:mike@netsplit.org.uk