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?: Version2.Version2Models.User[];
    max-results?: number;
    size?: number;
    start-index?: number;
}

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.