PagedPostResponseBaseUserDto

PagedPostResponseBaseUserDto
PagedPostResponseBaseUserDto

Partial result of the API call with next and previous links and total results count.

JSON Example
{
    "itemsPerPage": 25,
    "results": [
        {
            "accessible": false,
            "acct": "string",
            "domain": "string",
            "email": "string",
            "firstName": "string",
            "idpId": "string",
            "lastName": "string",
            "userId": "string",
            "username": "string"
        }
    ],
    "startIndex": 5,
    "totalResults": 2000
}
integer As int32 As int32
itemsPerPage
Optional

Number of items per page.

results
Optional

Partial list of returned results.

integer As int32 As int32
startIndex
Optional

Start index of the results.

integer As int32 As int32
totalResults
Optional

Total number of results if available