public class UsersApi extends Object
| Constructor and Description |
|---|
UsersApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<List<User>> |
getAllUsers(Optional<Integer> startAt,
Optional<Integer> maxResults,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get all users
Returns a list of all (active and inactive) users.
|
public io.reactivex.Single<List<User>> getAllUsers(Optional<Integer> startAt, Optional<Integer> maxResults, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Returns a list of all (active and inactive) users.
Permissions required: Browse users and groups global permission.
startAt - The index of the first item to return.
(optional, default to 0)maxResults - The maximum number of items to return.
(optional, default to 50)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
Copyright © 2011–2020 Everit Kft.. All rights reserved.