PagedResponse_ExpandedTypedUser_

PagedResponse_ExpandedTypedUser_
PagedResponse_ExpandedTypedUser_
JSON Example
{
    "nextLink": "string",
    "prevLink": "string",
    "results": [
        {
            "orgId": "string",
            "organizationRoles": [
                {
                    "displayName": "string",
                    "id": "string",
                    "membershipType": "string",
                    "name": "string"
                }
            ],
            "serviceRoles": [
                {
                    "serviceDefinitionId": "string",
                    "serviceRoles": [
                        {
                            "membershipType": "string",
                            "roleDisplayName": "string",
                            "roleName": "string"
                        }
                    ]
                }
            ],
            "user": {
                "accessible": false,
                "domain": "string",
                "firstName": "string",
                "idpId": "string",
                "lastName": "string",
                "username": "string"
            }
        }
    ],
    "totalResults": 0
}
string
nextLink
Optional

URL to the next page of results.

string
prevLink
Optional

URL to the previous page of result.

results
Optional

The list of results.

integer As int32 As int32
totalResults
Optional

The total number of results on all pages.