interface DashboardUser {
    accountId?: string;
    active?: boolean;
    avatarUrls?: Version3.Version3Models.UserAvatarUrls;
    displayName?: 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.

displayName?: string

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

self?: string

The URL of the user.