PagedResponseExpandedTypedUser

PagedResponseExpandedTypedUser
PagedResponseExpandedTypedUser
JSON Example
{
    "results": [
        {
            "user": {
                "username": "string",
                "firstName": "string",
                "lastName": "string",
                "domain": "string",
                "idpId": "string",
                "accessible": false
            },
            "orgId": "string",
            "organizationRoles": [
                {
                    "id": "string",
                    "name": "string",
                    "displayName": "string",
                    "membershipType": "string"
                }
            ],
            "serviceRoles": [
                {
                    "serviceDefinitionId": "string",
                    "serviceRoles": [
                        {
                            "roleName": "string",
                            "roleDisplayName": "string",
                            "membershipType": "string"
                        }
                    ]
                }
            ]
        }
    ],
    "nextLink": "string",
    "prevLink": "string",
    "totalResults": 0
}
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 int32 As int32
totalResults
Optional

The total number of results on all pages.