PagedResponseBaseUser

PagedResponseBaseUser
PagedResponseBaseUser
JSON Example
{
    "results": [
        {
            "username": "string",
            "firstName": "string",
            "lastName": "string",
            "domain": "string",
            "idpId": "string",
            "accessible": false,
            "acct": "string",
            "email": "string",
            "userId": "string"
        }
    ],
    "nextLink": "string",
    "prevLink": "string",
    "totalResults": 0
}
array of BaseUser
results
Optional

The list of results.

string
nextLink
Optional

URL to the next page of results.

string
prevLink
Optional

URL to the previous page of result.

integer As int64 As int64
totalResults
Optional

The total number of results on all pages.