The list of users found in a search, including header text (Showing X of Y matching users) and total of matched users.

interface FoundUsers {
    header?: string;
    total?: number;
    users?: Version3.Version3Models.UserPickerUser[];
}

Properties

Properties

header?: string

Header text indicating the number of users in the response and the total number of users found in the search.

total?: number

The total number of users found in the search.