@makehq/sdk
    Preparing search index...

    Type Alias ScenarioNoteUser

    User attribution attached to a scenario note. The API enriches notes with the author's public profile instead of a bare user ID. An empty object is returned in ScenarioNote.updatedByUser when the note has never been edited.

    type ScenarioNoteUser = {
        email: string;
        id: number;
        name: string;
    }
    Index

    Properties

    Properties

    email: string

    Email address of the user

    id: number

    Unique identifier of the user

    name: string

    Display name of the user