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

    Interface UserProfileResponse

    Profile shape returned when embedding a user in other resources.

    interface UserProfileResponse {
        avatarUrl: string;
        emails: string[];
        id: string;
        name: string;
        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.

    username: string

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