The user account ID that the filter is shared with. For a request, specify the accountId property for the user.

interface UserBean {
    accountId?: string;
    active?: boolean;
    avatarUrls?: UserBeanAvatarUrls;
    displayName?: string;
    key?: string;
    name?: string;
    self?: string;
}

Properties

accountId?: string

The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5.

active?: boolean

Whether the user is active.

avatarUrls?: UserBeanAvatarUrls

The avatars of the user.

displayName?: string

The display name of the user. Depending on the user’s privacy setting, this may return an alternative value.

key?: string

This property is deprecated in favor of accountId because of privacy changes. See the migration guide for details. The key of the user.

name?: string

This property is deprecated in favor of accountId because of privacy changes. See the migration guide for details. The username of the user.

self?: string

The URL of the user.