ListUsersRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Filter results to only include users with first names matching this value.

Link copied to clipboard

Filter results to only include users belonging to this security group.

Link copied to clipboard

Filter results to only include users with last names matching this value.

Link copied to clipboard

The maximum number of users to return in a single page. Valid range is 1-100. Default is 10.

Link copied to clipboard

The ID of the Wickr network from which to list users.

Link copied to clipboard

The token for retrieving the next page of results. This is returned from a previous request when there are more results available.

Link copied to clipboard

The direction to sort results. Valid values are 'ASC' (ascending) or 'DESC' (descending). Default is 'DESC'.

Link copied to clipboard

The fields to sort users by. Multiple fields can be specified by separating them with '+'. Accepted values include 'username', 'firstName', 'lastName', 'status', and 'groupId'.

Link copied to clipboard

Filter results to only include users with this status (1 for pending, 2 for active).

Link copied to clipboard

Filter results to only include users with usernames matching this value.

Functions

Link copied to clipboard
inline fun copy(block: ListUsersRequest.Builder.() -> Unit = {}): ListUsersRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String