Enables scripted content fragments to access LDAP Users

Methods

List

Searches for LDAP users

Usage

#set($pagedListResponse = $core_v2_ldapUsers.List($usernameQuery))

Parameters

NameTypeDescriptionRequiredDefaultOptions
usernameQuerystringUsername QueryRequired

Return Type

PagedList<LdapUser>

List

Searches for LDAP users

Usage

#set($pagedListResponse = $core_v2_ldapUsers.List("%{PageIndex = $pageIndexArg, PageSize = $pageSizeArg, SortBy = $sortByArg, SortOrder = $sortOrderArg, UsernameQuery = $usernameQueryArg}"))

Parameters

NameTypeDescriptionRequiredDefaultOptions
PageIndexintSpecify the page number of paged results to return. Zero-based index.Optional0
PageSizeintSpecify the number of results to return per page.Optional20
SortBystringSort ByOptionalJoinedDateEmail, JoinedDate, LastActiveDate, Posts, RecentPosts, Score, Username, Website
SortOrderstringSort OrderOptionalAscendingAscending, Descending
UsernameQuerystringUsername QueryOptional

Return Type

PagedList<LdapUser>