Package-level declarations

Types

Link copied to clipboard
interface Users

Namespace for the users API request and response data classes.

Functions

Link copied to clipboard

Retrieves a paginated and searchable list of all users.

suspend fun Umami.getUsers(search: String? = null, page: Int? = null, pageSize: Int? = null): Users.Response

Retrieves a paginated and searchable list of all users. This is a convenience function that creates a Users.Request object.