ResponseContainerPagedUserGroupModel

ResponseContainerPagedUserGroupModel
ResponseContainerPagedUserGroupModel

JSON container for the HTTP response along with status

JSON Example
{
    "status": {
        "result": "string",
        "message": "string",
        "code": 0
    },
    "response": {
        "items": [
            {
                "users": [
                    "string"
                ],
                "userCount": 0,
                "properties": {
                    "nameEditable": false,
                    "usersEditable": false,
                    "rolesEditable": false
                },
                "roles": [
                    {
                        "sampleLinkedGroups": [
                            "UserGroup Object"
                        ],
                        "linkedGroupsCount": 0,
                        "sampleLinkedAccounts": [
                            "string"
                        ],
                        "linkedAccountsCount": 0,
                        "restrictedPermissions": [
                            "string"
                        ],
                        "properties": {
                            "nameEditable": false,
                            "usersRemovable": false,
                            "usersAddable": false,
                            "permsEditable": false,
                            "deletable": false
                        },
                        "permissions": [
                            "string"
                        ],
                        "name": "string",
                        "id": "string",
                        "description": "string",
                        "createdEpochMillis": 0,
                        "lastUpdatedMs": 0,
                        "lastUpdatedAccountId": "string",
                        "customer": "string"
                    }
                ],
                "roleCount": 0,
                "name": "string",
                "id": "string",
                "description": "string",
                "createdEpochMillis": 0,
                "customer": "string"
            }
        ],
        "offset": 0,
        "limit": 0,
        "cursor": "string",
        "totalItems": 0,
        "moreItems": false,
        "sort": {
            "ascending": false,
            "field": "string",
            "default": false
        }
    }
}
status
Required

status

response
Optional

response