Enables scripted content fragments to access LDAP Users
Methods
List
Searches for LDAP users
Usage
#set($pagedListResponse = $core_v2_ldapUsers.List($usernameQuery))
Parameters
| Name | Type | Description | Required | Default | Options |
|---|
| usernameQuery | string | Username Query | Required | | |
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
| Name | Type | Description | Required | Default | Options |
|---|
| PageIndex | int | Specify the page number of paged results to return. Zero-based index. | Optional | 0 | |
| PageSize | int | Specify the number of results to return per page. | Optional | 20 | |
| SortBy | string | Sort By | Optional | JoinedDate | Email, JoinedDate, LastActiveDate, Posts, RecentPosts, Score, Username, Website |
| SortOrder | string | Sort Order | Optional | Ascending | Ascending, Descending |
| UsernameQuery | string | Username Query | Optional | | |
Return Type
PagedList<LdapUser>