List of users and groups found in a search.

interface FoundUsersAndGroups {
    groups?: Version3.Version3Models.FoundGroups;
    users?: Version3.Version3Models.FoundUsers;
}

Properties

Properties