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

    Interface SpaceWatchUser

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

    interface SpaceWatchUser {
        accountId: string;
        accountType: string;
        displayName: string;
        email: string;
        operations?: OperationCheckResult[];
        profilePicture: Icon;
        publicName: string;
        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.

    accountType: string
    displayName: string
    email: string
    operations?: OperationCheckResult[]
    profilePicture: Icon
    publicName: string
    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.