@nycu-sdc/core-system-sdk
    Preparing search index...

    Interface UserUser

    interface UserUser {
        avatarUrl: string;
        emails: string[];
        id: string;
        name: string;
        roles: "USER"[];
        username: string;
    }
    Index

    Properties

    avatarUrl: string

    Avatar URL of the user.

    emails: string[]

    Email addresses associated with the user.

    id: string

    The user's unique identifier.

    name: string

    The user's nickname.

    4

    15

    ^\w+$

    roles: "USER"[]

    Global role of the user.

    username: string

    The user's username, can change, but must be unique across the system.