List of users and groups found in a search.

interface FoundUsersAndGroups {
    groups?: FoundGroups;
    users?: FoundUsers;
}

Properties

Properties

groups?: FoundGroups

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

users?: FoundUsers

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