Contains metadata about a User searched for within a collection.

interface SearchedUser {
    UserId?: string;
}

Properties

Properties

UserId?: string

A provided ID for the UserID. Unique within the collection.