public interface UserResource extends AuthenticatedResource
Modifier and Type | Method and Description |
---|---|
UserLoadResponse |
getMe(boolean groups)
Get the current user (me)
By default, the user's groups are not returned.
|
UserListResponse |
list(Integer skipCount,
Integer maxItems,
List<Integer> ids,
List<String> logins,
List<String> firstNames,
List<String> lastNames,
List<String> eMails,
List<Integer> groupIds,
UserSortAttribute sortBy,
SortOrder sortOrder)
Get a list of users, optionally filtered, sorted and paged
|
setSessionId
UserLoadResponse getMe(boolean groups)
groups
- Whether to list the user's groupsUserListResponse list(Integer skipCount, Integer maxItems, List<Integer> ids, List<String> logins, List<String> firstNames, List<String> lastNames, List<String> eMails, List<Integer> groupIds, UserSortAttribute sortBy, SortOrder sortOrder)
skipCount
- number of elements to be skipped (paging)maxItems
- maximum number of elements returned (paging)ids
- id(s) for filteringlogins
- login string(s) for filteringfirstNames
- firstname string(s) for filteringlastNames
- lastname string(s) for filteringeMails
- email string(s) for filteringgroupIds
- group id(s) for filteringsortBy
- name of an attribute to sortsortOrder
- sort orderCopyright © 2016 Gentics Software. All rights reserved.