Jira.js - Jira Cloud API library
    Preparing search index...

    Interface FoundUsers

    The list of users found in a search, including header text (Showing X of Y matching users) and total of matched users.

    interface FoundUsers {
        header?: string;
        total?: number;
        users?: Version3Models.UserPickerUser[];
    }
    Index

    Properties

    Properties

    header?: string

    Header text indicating the number of users in the response and the total number of users found in the search.

    total?: number

    The total number of users found in the search.