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

    Interface UserList

    A paginated list of users sharing the filter. This includes users that are members of the groups or can browse the projects that the filter is shared with.

    interface UserList {
        "end-index"?: number;
        items?: Version3Models.User[];
        "max-results"?: number;
        size?: number;
        "start-index"?: number;
    }
    Index

    Properties

    "end-index"?: number

    The index of the last item returned on the page.

    The list of items.

    "max-results"?: number

    The maximum number of results that could be on the page.

    size?: number

    The number of items on the page.

    "start-index"?: number

    The index of the first item returned on the page.