Hide response attributes Show response attributes object
-
items
array[object] | null The items for this page.
View model that represents a user.
-
paginationParameters
object A model that is used to encapsulate the parameters needed to perform pagination queries.
Additional properties are NOT allowed.
-
totalPages
integer(int32) The total number of pages available for the specified parameters and page size.
-
totalCount
integer(int32) The total number of results available for the specified parameters. Note this is typically not equal to the Count of items in the Items property, will only be equal if all the items fit in the first page.
-
hasPreviousPage
boolean Indicates if there is a previous page.
-
hasNextPage
boolean Indicates if there is a next page.
-
continuationToken
string | null The token to continue to retrieve the paginated items.