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

interface WatchUser {
    accountId: string;
    details: Models.UserDetails;
    displayName: string;
    operations: Models.OperationCheckResult[];
    profilePicture: Models.Icon;
    type: string;
    userKey?: string;
    username?: string;
}

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
profilePicture: Models.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.

Generated using TypeDoc v0.25.12