Attributes for filtering and shaping the user query results.

Hierarchy

  • QueryUsersRequestDataAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
limit?: number

Maximum number of user records to return in the response.

query?: string

Filter expression using user attribute conditions to narrow results.

selectColumns?: string[]

List of user attribute column names to include in the response.

Sorting configuration specifying the field and direction for ordering user query results.

wildcardSearchTerm?: string

Free-text term used for wildcard search across user attribute values.

Generated using TypeDoc