Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface WatchUser

    This essentially the same as the User object, but no _links property and* no _expandable property (therefore, different required fields).

    interface WatchUser {
        accountId: string;
        displayName: string;
        operations: OperationCheckResult[];
        profilePicture: Icon;
        type: string;
        userKey?: string;
        username?: string;
    }
    Index

    Properties

    accountId: string

    The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 384093:32b4d9w0-f6a5-3535-11a3-9c8c88d10192.

    displayName: string
    operations: OperationCheckResult[]
    profilePicture: Icon
    type: string
    userKey?: string

    This property is no longer available and will be removed from the documentation soon. Use accountId instead. See the deprecation notice for details.

    username?: string

    This property is no longer available and will be removed from the documentation soon. Use accountId instead. See the deprecation notice for details.