PagedPostResponseExpandedTypedUserDto

PagedPostResponseExpandedTypedUserDto
PagedPostResponseExpandedTypedUserDto

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

JSON Example
{
    "itemsPerPage": 25,
    "totalResults": 2000,
    "startIndex": 5,
    "results": [
        {
            "user": {
                "firstName": "string",
                "lastName": "string",
                "userProfile": {
                    "locale": "string",
                    "language": "string",
                    "alternativeEmail": "string"
                },
                "userId": "string",
                "email": "string",
                "acct": "string",
                "domain": "string",
                "accessible": false,
                "username": "string",
                "idpId": "string"
            },
            "organizationRoles": [
                {
                    "displayName": "string",
                    "name": "string",
                    "resource": "string",
                    "createdBy": "string",
                    "lastUpdatedDate": "string",
                    "expiresAt": 3609941597,
                    "groups": [
                        {
                            "domain": "string",
                            "displayName": "string",
                            "id": "string",
                            "ownerOrgId": "string",
                            "sharedOrgIds": [
                                "string"
                            ],
                            "groupType": "string",
                            "usersCount": 0,
                            "description": "string"
                        }
                    ],
                    "createdDate": "string",
                    "membershipType": "string",
                    "groupIds": [
                        "string"
                    ],
                    "lastUpdatedBy": "string"
                }
            ],
            "serviceRoles": [
                {
                    "serviceRoleNames": [
                        "string"
                    ],
                    "serviceDefinitionId": "string",
                    "serviceRoles": [
                        {
                            "name": "string",
                            "resource": "string",
                            "createdBy": "string",
                            "lastUpdatedBy": "string",
                            "expiresAt": 3609941597,
                            "groups": [
                                {
                                    "domain": "string",
                                    "displayName": "string",
                                    "id": "string",
                                    "ownerOrgId": "string",
                                    "sharedOrgIds": [
                                        "string"
                                    ],
                                    "groupType": "string",
                                    "usersCount": 0,
                                    "description": "string"
                                }
                            ],
                            "createdDate": "string",
                            "membershipType": "string",
                            "groupIds": [
                                "string"
                            ],
                            "lastUpdatedDate": "string"
                        }
                    ]
                }
            ],
            "customRoles": [
                {
                    "name": "string",
                    "resource": "string",
                    "createdBy": "string",
                    "lastUpdatedBy": "string",
                    "expiresAt": 3609941597,
                    "groups": [
                        {
                            "domain": "string",
                            "displayName": "string",
                            "id": "string",
                            "ownerOrgId": "string",
                            "sharedOrgIds": [
                                "string"
                            ],
                            "groupType": "string",
                            "usersCount": 0,
                            "description": "string"
                        }
                    ],
                    "createdDate": "string",
                    "membershipType": "string",
                    "groupIds": [
                        "string"
                    ],
                    "lastUpdatedDate": "string"
                }
            ],
            "orgId": "string"
        }
    ]
}
integer As int32 As int32
itemsPerPage
Optional

Number of items per page.

integer As int32 As int32
totalResults
Optional

Total number of results if available

integer As int32 As int32
startIndex
Optional

Start index of the results.

results
Optional

Partial list of returned results.