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

    Interface PagedListUserDetailsApplicationUser

    A paged list. To access additional details append [start-index:end-index] to the expand request. For example, ?expand=sharedUsers[10:40] returns a list starting at item 10 and finishing at item 40.

    interface PagedListUserDetailsApplicationUser {
        "end-index"?: number;
        items?: Version3Models.UserDetails[];
        "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.