The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

sync()
    $ldap->sync;
test()
    $ldap->test;

SEE ALSO

https://api.mattermost.com/#tag/LDAP

Official "LDAP" API documentation.

AUTHOR

Mike Jones email:mike@netsplit.org.uk