TESSA Web API
    Preparing search index...

    Type Alias UserInfoParameters

    Parameters for constructing a user information object.

    type UserInfoParameters = {
        contacts?: UserInfoContact[];
        department?: string | null;
        id: string;
        info?: IStorage | null;
        messengers?: string | null;
        name?: string | null;
        position?: string | null;
    }
    Index

    Properties

    contacts?: UserInfoContact[]

    A collection of the user's contact information entries.

    department?: string | null

    The user department.

    id: string

    The user identifier.

    info?: IStorage | null

    Additional user-related information as key-value pairs.

    messengers?: string | null

    Serialized user messengers list.

    name?: string | null

    The user name.

    position?: string | null

    The user position or job title.