GET restapi/personal/instantmessages/messagethreads/v3?fromSortIndex={fromSortIndex}&pageSize={pageSize}

Gets a collection of threads for logged in user extended with hasMore field. Supports paging by sort index field. If parameter is not provided, threads with highest sort index will be returned. If is not provided, default page size will be used instead.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fromSortIndex

Only threads with lower index will be retrieved.

integer

None.

pageSize

Max number of threads.

integer

None.

Body Parameters

None.

Response Information

Resource Description

List of InstantMessageThread entities.

Itslearning.RestApi.Entities.InstantMessageThreadListModel
NameDescriptionTypeAdditional information
Threads

List of threads itself.

EntityListOfItslearning.RestApi.Entities.InstantMessageThread

None.

HasMore

If there is more data left to retrieve.

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Threads": {
    "EntityArray": [
      {
        "InstantMessageThreadId": 1,
        "Name": "sample string 2",
        "Created": "2025-06-11T09:46:00Z",
        "CreatedByTeacher": true,
        "CreatedBy": 5,
        "Type": "sample string 6",
        "ColorSchema": "sample string 7",
        "Messages": {
          "EntityArray": [
            {
              "MessageId": 1,
              "MessageThreadId": 2,
              "InstantMessageThreadId": 3,
              "MessageThreadParticipants": [
                {
                  "PersonId": 1,
                  "Name": "sample string 1",
                  "AvatarUrl": "sample string 2",
                  "LocationType": 1,
                  "LocationId": 1
                },
                {
                  "PersonId": 1,
                  "Name": "sample string 1",
                  "AvatarUrl": "sample string 2",
                  "LocationType": 1,
                  "LocationId": 1
                }
              ],
              "Created": "2025-06-11T09:46:00Z",
              "CreatedFormatted": "sample string 5",
              "CreatedRelative": "sample string 6",
              "EditedRelative": "sample string 7",
              "CreatedBy": 8,
              "CreatedByName": "sample string 9",
              "HomeOrganization": "sample string 10",
              "CreatedByAvatar": "sample string 11",
              "Text": "sample string 12",
              "AttachmentUrl": "sample string 13",
              "AttachmentName": "sample string 14",
              "Link": "sample string 15",
              "LinkTitle": "sample string 16",
              "LinkTarget": "sample string 17",
              "IsSystemMessage": true,
              "IsDeleted": true,
              "DeletedBy": 20,
              "CanDelete": true,
              "IsEdited": true,
              "CanEdit": true,
              "IsStarred": true,
              "IsSilent": true,
              "IsAbuse": true,
              "HasShared": true,
              "HasRepliedTo": true,
              "HasAbuseReported": true,
              "HasAbuseThreadReported": true,
              "OriginInstantMessage": {
                "MessageId": 1,
                "MessageThreadId": 2,
                "InstantMessageThreadId": 3,
                "MessageThreadParticipants": [
                  {
                    "PersonId": 1,
                    "Name": "sample string 1",
                    "AvatarUrl": "sample string 2",
                    "LocationType": 1,
                    "LocationId": 1
                  },
                  {
                    "PersonId": 1,
                    "Name": "sample string 1",
                    "AvatarUrl": "sample string 2",
                    "LocationType": 1,
                    "LocationId": 1
                  }
                ],
                "Created": "2025-06-11T09:46:00Z",
                "CreatedFormatted": "sample string 5",
                "CreatedRelative": "sample string 6",
                "EditedRelative": "sample string 7",
                "CreatedBy": 8,
                "CreatedByName": "sample string 9",
                "HomeOrganization": "sample string 10",
                "CreatedByAvatar": "sample string 11",
                "Text": "sample string 12",
                "AttachmentUrl": "sample string 13",
                "AttachmentName": "sample string 14",
                "Link": "sample string 15",
                "LinkTitle": "sample string 16",
                "LinkTarget": "sample string 17",
                "IsSystemMessage": true,
                "IsDeleted": true,
                "DeletedBy": 20,
                "CanDelete": true,
                "IsEdited": true,
                "CanEdit": true,
                "IsStarred": true,
                "IsSilent": true,
                "IsAbuse": true,
                "HasShared": true,
                "HasRepliedTo": true,
                "HasAbuseReported": true,
                "HasAbuseThreadReported": true,
                "OriginInstantMessage": null,
                "OriginInstantMessageThreadId": 1,
                "OriginInstantMessageThreadDeletedBy": 1,
                "OriginInstantMessageThreadName": "sample string 31",
                "ChildMessage": null,
                "AdditionalHeading": "sample string 32",
                "IsBroadcastMassMessage": true,
                "IsChildMessageDeletedPermanently": true,
                "CreatedLocal": "2025-06-11T09:46:00Z",
                "CreatedLocalTimeStamp": "sample string 36",
                "CreatedLocalDateStamp": "sample string 37",
                "CreatedByShortName": "sample string 38",
                "CreatedLocalShortNumericDate": "sample string 39"
              },
              "OriginInstantMessageThreadId": 1,
              "OriginInstantMessageThreadDeletedBy": 1,
              "OriginInstantMessageThreadName": "sample string 31",
              "ChildMessage": {
                "MessageId": 1,
                "MessageThreadId": 2,
                "InstantMessageThreadId": 3,
                "MessageThreadParticipants": [
                  {
                    "PersonId": 1,
                    "Name": "sample string 1",
                    "AvatarUrl": "sample string 2",
                    "LocationType": 1,
                    "LocationId": 1
                  },
                  {
                    "PersonId": 1,
                    "Name": "sample string 1",
                    "AvatarUrl": "sample string 2",
                    "LocationType": 1,
                    "LocationId": 1
                  }
                ],
                "Created": "2025-06-11T09:46:00Z",
                "CreatedFormatted": "sample string 5",
                "CreatedRelative": "sample string 6",
                "EditedRelative": "sample string 7",
                "CreatedBy": 8,
                "CreatedByName": "sample string 9",
                "HomeOrganization": "sample string 10",
                "CreatedByAvatar": "sample string 11",
                "Text": "sample string 12",
                "AttachmentUrl": "sample string 13",
                "AttachmentName": "sample string 14",
                "Link": "sample string 15",
                "LinkTitle": "sample string 16",
                "LinkTarget": "sample string 17",
                "IsSystemMessage": true,
                "IsDeleted": true,
                "DeletedBy": 20,
                "CanDelete": true,
                "IsEdited": true,
                "CanEdit": true,
                "IsStarred": true,
                "IsSilent": true,
                "IsAbuse": true,
                "HasShared": true,
                "HasRepliedTo": true,
                "HasAbuseReported": true,
                "HasAbuseThreadReported": true,
                "OriginInstantMessage": null,
                "OriginInstantMessageThreadId": 1,
                "OriginInstantMessageThreadDeletedBy": 1,
                "OriginInstantMessageThreadName": "sample string 31",
                "ChildMessage": null,
                "AdditionalHeading": "sample string 32",
                "IsBroadcastMassMessage": true,
                "IsChildMessageDeletedPermanently": true,
                "CreatedLocal": "2025-06-11T09:46:00Z",
                "CreatedLocalTimeStamp": "sample string 36",
                "CreatedLocalDateStamp": "sample string 37",
                "CreatedByShortName": "sample string 38",
                "CreatedLocalShortNumericDate": "sample string 39"
              },
              "AdditionalHeading": "sample string 32",
              "IsBroadcastMassMessage": true,
              "IsChildMessageDeletedPermanently": true,
              "CreatedLocal": "2025-06-11T09:46:00Z",
              "CreatedLocalTimeStamp": "sample string 36",
              "CreatedLocalDateStamp": "sample string 37",
              "CreatedByShortName": "sample string 38",
              "CreatedLocalShortNumericDate": "sample string 39"
            },
            {
              "MessageId": 1,
              "MessageThreadId": 2,
              "InstantMessageThreadId": 3,
              "MessageThreadParticipants": [
                {
                  "PersonId": 1,
                  "Name": "sample string 1",
                  "AvatarUrl": "sample string 2",
                  "LocationType": 1,
                  "LocationId": 1
                },
                {
                  "PersonId": 1,
                  "Name": "sample string 1",
                  "AvatarUrl": "sample string 2",
                  "LocationType": 1,
                  "LocationId": 1
                }
              ],
              "Created": "2025-06-11T09:46:00Z",
              "CreatedFormatted": "sample string 5",
              "CreatedRelative": "sample string 6",
              "EditedRelative": "sample string 7",
              "CreatedBy": 8,
              "CreatedByName": "sample string 9",
              "HomeOrganization": "sample string 10",
              "CreatedByAvatar": "sample string 11",
              "Text": "sample string 12",
              "AttachmentUrl": "sample string 13",
              "AttachmentName": "sample string 14",
              "Link": "sample string 15",
              "LinkTitle": "sample string 16",
              "LinkTarget": "sample string 17",
              "IsSystemMessage": true,
              "IsDeleted": true,
              "DeletedBy": 20,
              "CanDelete": true,
              "IsEdited": true,
              "CanEdit": true,
              "IsStarred": true,
              "IsSilent": true,
              "IsAbuse": true,
              "HasShared": true,
              "HasRepliedTo": true,
              "HasAbuseReported": true,
              "HasAbuseThreadReported": true,
              "OriginInstantMessage": {
                "MessageId": 1,
                "MessageThreadId": 2,
                "InstantMessageThreadId": 3,
                "MessageThreadParticipants": [
                  {
                    "PersonId": 1,
                    "Name": "sample string 1",
                    "AvatarUrl": "sample string 2",
                    "LocationType": 1,
                    "LocationId": 1
                  },
                  {
                    "PersonId": 1,
                    "Name": "sample string 1",
                    "AvatarUrl": "sample string 2",
                    "LocationType": 1,
                    "LocationId": 1
                  }
                ],
                "Created": "2025-06-11T09:46:00Z",
                "CreatedFormatted": "sample string 5",
                "CreatedRelative": "sample string 6",
                "EditedRelative": "sample string 7",
                "CreatedBy": 8,
                "CreatedByName": "sample string 9",
                "HomeOrganization": "sample string 10",
                "CreatedByAvatar": "sample string 11",
                "Text": "sample string 12",
                "AttachmentUrl": "sample string 13",
                "AttachmentName": "sample string 14",
                "Link": "sample string 15",
                "LinkTitle": "sample string 16",
                "LinkTarget": "sample string 17",
                "IsSystemMessage": true,
                "IsDeleted": true,
                "DeletedBy": 20,
                "CanDelete": true,
                "IsEdited": true,
                "CanEdit": true,
                "IsStarred": true,
                "IsSilent": true,
                "IsAbuse": true,
                "HasShared": true,
                "HasRepliedTo": true,
                "HasAbuseReported": true,
                "HasAbuseThreadReported": true,
                "OriginInstantMessage": null,
                "OriginInstantMessageThreadId": 1,
                "OriginInstantMessageThreadDeletedBy": 1,
                "OriginInstantMessageThreadName": "sample string 31",
                "ChildMessage": null,
                "AdditionalHeading": "sample string 32",
                "IsBroadcastMassMessage": true,
                "IsChildMessageDeletedPermanently": true,
                "CreatedLocal": "2025-06-11T09:46:00Z",
                "CreatedLocalTimeStamp": "sample string 36",
                "CreatedLocalDateStamp": "sample string 37",
                "CreatedByShortName": "sample string 38",
                "CreatedLocalShortNumericDate": "sample string 39"
              },
              "OriginInstantMessageThreadId": 1,
              "OriginInstantMessageThreadDeletedBy": 1,
              "OriginInstantMessageThreadName": "sample string 31",
              "ChildMessage": {
                "MessageId": 1,
                "MessageThreadId": 2,
                "InstantMessageThreadId": 3,
                "MessageThreadParticipants": [
                  {
                    "PersonId": 1,
                    "Name": "sample string 1",
                    "AvatarUrl": "sample string 2",
                    "LocationType": 1,
                    "LocationId": 1
                  },
                  {
                    "PersonId": 1,
                    "Name": "sample string 1",
                    "AvatarUrl": "sample string 2",
                    "LocationType": 1,
                    "LocationId": 1
                  }
                ],
                "Created": "2025-06-11T09:46:00Z",
                "CreatedFormatted": "sample string 5",
                "CreatedRelative": "sample string 6",
                "EditedRelative": "sample string 7",
                "CreatedBy": 8,
                "CreatedByName": "sample string 9",
                "HomeOrganization": "sample string 10",
                "CreatedByAvatar": "sample string 11",
                "Text": "sample string 12",
                "AttachmentUrl": "sample string 13",
                "AttachmentName": "sample string 14",
                "Link": "sample string 15",
                "LinkTitle": "sample string 16",
                "LinkTarget": "sample string 17",
                "IsSystemMessage": true,
                "IsDeleted": true,
                "DeletedBy": 20,
                "CanDelete": true,
                "IsEdited": true,
                "CanEdit": true,
                "IsStarred": true,
                "IsSilent": true,
                "IsAbuse": true,
                "HasShared": true,
                "HasRepliedTo": true,
                "HasAbuseReported": true,
                "HasAbuseThreadReported": true,
                "OriginInstantMessage": null,
                "OriginInstantMessageThreadId": 1,
                "OriginInstantMessageThreadDeletedBy": 1,
                "OriginInstantMessageThreadName": "sample string 31",
                "ChildMessage": null,
                "AdditionalHeading": "sample string 32",
                "IsBroadcastMassMessage": true,
                "IsChildMessageDeletedPermanently": true,
                "CreatedLocal": "2025-06-11T09:46:00Z",
                "CreatedLocalTimeStamp": "sample string 36",
                "CreatedLocalDateStamp": "sample string 37",
                "CreatedByShortName": "sample string 38",
                "CreatedLocalShortNumericDate": "sample string 39"
              },
              "AdditionalHeading": "sample string 32",
              "IsBroadcastMassMessage": true,
              "IsChildMessageDeletedPermanently": true,
              "CreatedLocal": "2025-06-11T09:46:00Z",
              "CreatedLocalTimeStamp": "sample string 36",
              "CreatedLocalDateStamp": "sample string 37",
              "CreatedByShortName": "sample string 38",
              "CreatedLocalShortNumericDate": "sample string 39"
            }
          ],
          "Total": 1,
          "CurrentPageIndex": 2,
          "PageSize": 3
        },
        "LastMessage": {
          "MessageId": 1,
          "MessageThreadId": 2,
          "InstantMessageThreadId": 3,
          "MessageThreadParticipants": [
            {
              "PersonId": 1,
              "Name": "sample string 1",
              "AvatarUrl": "sample string 2",
              "LocationType": 1,
              "LocationId": 1
            },
            {
              "PersonId": 1,
              "Name": "sample string 1",
              "AvatarUrl": "sample string 2",
              "LocationType": 1,
              "LocationId": 1
            }
          ],
          "Created": "2025-06-11T09:46:00Z",
          "CreatedFormatted": "sample string 5",
          "CreatedRelative": "sample string 6",
          "EditedRelative": "sample string 7",
          "CreatedBy": 8,
          "CreatedByName": "sample string 9",
          "HomeOrganization": "sample string 10",
          "CreatedByAvatar": "sample string 11",
          "Text": "sample string 12",
          "AttachmentUrl": "sample string 13",
          "AttachmentName": "sample string 14",
          "Link": "sample string 15",
          "LinkTitle": "sample string 16",
          "LinkTarget": "sample string 17",
          "IsSystemMessage": true,
          "IsDeleted": true,
          "DeletedBy": 20,
          "CanDelete": true,
          "IsEdited": true,
          "CanEdit": true,
          "IsStarred": true,
          "IsSilent": true,
          "IsAbuse": true,
          "HasShared": true,
          "HasRepliedTo": true,
          "HasAbuseReported": true,
          "HasAbuseThreadReported": true,
          "OriginInstantMessage": {
            "MessageId": 1,
            "MessageThreadId": 2,
            "InstantMessageThreadId": 3,
            "MessageThreadParticipants": [
              {
                "PersonId": 1,
                "Name": "sample string 1",
                "AvatarUrl": "sample string 2",
                "LocationType": 1,
                "LocationId": 1
              },
              {
                "PersonId": 1,
                "Name": "sample string 1",
                "AvatarUrl": "sample string 2",
                "LocationType": 1,
                "LocationId": 1
              }
            ],
            "Created": "2025-06-11T09:46:00Z",
            "CreatedFormatted": "sample string 5",
            "CreatedRelative": "sample string 6",
            "EditedRelative": "sample string 7",
            "CreatedBy": 8,
            "CreatedByName": "sample string 9",
            "HomeOrganization": "sample string 10",
            "CreatedByAvatar": "sample string 11",
            "Text": "sample string 12",
            "AttachmentUrl": "sample string 13",
            "AttachmentName": "sample string 14",
            "Link": "sample string 15",
            "LinkTitle": "sample string 16",
            "LinkTarget": "sample string 17",
            "IsSystemMessage": true,
            "IsDeleted": true,
            "DeletedBy": 20,
            "CanDelete": true,
            "IsEdited": true,
            "CanEdit": true,
            "IsStarred": true,
            "IsSilent": true,
            "IsAbuse": true,
            "HasShared": true,
            "HasRepliedTo": true,
            "HasAbuseReported": true,
            "HasAbuseThreadReported": true,
            "OriginInstantMessage": null,
            "OriginInstantMessageThreadId": 1,
            "OriginInstantMessageThreadDeletedBy": 1,
            "OriginInstantMessageThreadName": "sample string 31",
            "ChildMessage": null,
            "AdditionalHeading": "sample string 32",
            "IsBroadcastMassMessage": true,
            "IsChildMessageDeletedPermanently": true,
            "CreatedLocal": "2025-06-11T09:46:00Z",
            "CreatedLocalTimeStamp": "sample string 36",
            "CreatedLocalDateStamp": "sample string 37",
            "CreatedByShortName": "sample string 38",
            "CreatedLocalShortNumericDate": "sample string 39"
          },
          "OriginInstantMessageThreadId": 1,
          "OriginInstantMessageThreadDeletedBy": 1,
          "OriginInstantMessageThreadName": "sample string 31",
          "ChildMessage": {
            "MessageId": 1,
            "MessageThreadId": 2,
            "InstantMessageThreadId": 3,
            "MessageThreadParticipants": [
              {
                "PersonId": 1,
                "Name": "sample string 1",
                "AvatarUrl": "sample string 2",
                "LocationType": 1,
                "LocationId": 1
              },
              {
                "PersonId": 1,
                "Name": "sample string 1",
                "AvatarUrl": "sample string 2",
                "LocationType": 1,
                "LocationId": 1
              }
            ],
            "Created": "2025-06-11T09:46:00Z",
            "CreatedFormatted": "sample string 5",
            "CreatedRelative": "sample string 6",
            "EditedRelative": "sample string 7",
            "CreatedBy": 8,
            "CreatedByName": "sample string 9",
            "HomeOrganization": "sample string 10",
            "CreatedByAvatar": "sample string 11",
            "Text": "sample string 12",
            "AttachmentUrl": "sample string 13",
            "AttachmentName": "sample string 14",
            "Link": "sample string 15",
            "LinkTitle": "sample string 16",
            "LinkTarget": "sample string 17",
            "IsSystemMessage": true,
            "IsDeleted": true,
            "DeletedBy": 20,
            "CanDelete": true,
            "IsEdited": true,
            "CanEdit": true,
            "IsStarred": true,
            "IsSilent": true,
            "IsAbuse": true,
            "HasShared": true,
            "HasRepliedTo": true,
            "HasAbuseReported": true,
            "HasAbuseThreadReported": true,
            "OriginInstantMessage": null,
            "OriginInstantMessageThreadId": 1,
            "OriginInstantMessageThreadDeletedBy": 1,
            "OriginInstantMessageThreadName": "sample string 31",
            "ChildMessage": null,
            "AdditionalHeading": "sample string 32",
            "IsBroadcastMassMessage": true,
            "IsChildMessageDeletedPermanently": true,
            "CreatedLocal": "2025-06-11T09:46:00Z",
            "CreatedLocalTimeStamp": "sample string 36",
            "CreatedLocalDateStamp": "sample string 37",
            "CreatedByShortName": "sample string 38",
            "CreatedLocalShortNumericDate": "sample string 39"
          },
          "AdditionalHeading": "sample string 32",
          "IsBroadcastMassMessage": true,
          "IsChildMessageDeletedPermanently": true,
          "CreatedLocal": "2025-06-11T09:46:00Z",
          "CreatedLocalTimeStamp": "sample string 36",
          "CreatedLocalDateStamp": "sample string 37",
          "CreatedByShortName": "sample string 38",
          "CreatedLocalShortNumericDate": "sample string 39"
        },
        "MatchingMessageIds": [
          1,
          2
        ],
        "Participants": [
          {
            "SourceLocationId": 1,
            "SourceLocationType": 1,
            "IsDeleted": true,
            "CanReceive": true,
            "RoleInHierarchyTitle": "sample string 3",
            "RoleInHierarchy": 0,
            "ExtraUserInformation": "sample string 4",
            "PersonId": 5,
            "FirstName": "sample string 6",
            "LastName": "sample string 7",
            "FullName": "sample string 8",
            "ProfileUrl": "sample string 9",
            "AdditionalInfo": "sample string 10",
            "ProfileImageUrl": "sample string 11",
            "ProfileImageUrlSmall": "sample string 12"
          },
          {
            "SourceLocationId": 1,
            "SourceLocationType": 1,
            "IsDeleted": true,
            "CanReceive": true,
            "RoleInHierarchyTitle": "sample string 3",
            "RoleInHierarchy": 0,
            "ExtraUserInformation": "sample string 4",
            "PersonId": 5,
            "FirstName": "sample string 6",
            "LastName": "sample string 7",
            "FullName": "sample string 8",
            "ProfileUrl": "sample string 9",
            "AdditionalInfo": "sample string 10",
            "ProfileImageUrl": "sample string 11",
            "ProfileImageUrlSmall": "sample string 12"
          }
        ],
        "ParticipantsCount": 8,
        "HasActiveParticipants": true,
        "HasInactiveParticipants": true,
        "NumberOfInactiveParticipants": 11,
        "InactiveParticipantFullName": "sample string 12",
        "HasCreatorInThread": true,
        "IsCurrentUserARecipientWithSourceLocation": true,
        "LocationRecipients": [
          {
            "LocationRecipientId": 1,
            "Type": 1,
            "Title": "sample string 2",
            "ColorSchema": "sample string 3"
          },
          {
            "LocationRecipientId": 1,
            "Type": 1,
            "Title": "sample string 2",
            "ColorSchema": "sample string 3"
          }
        ],
        "CanShowParticipantsPage": true,
        "LastReadInstantMessageId": 1,
        "SortIndex": 1,
        "OnlyThreadAdminCanSendToThread": true,
        "IsThreadAdministrator": true,
        "IsThreadModerator": true,
        "InstantMessageLocationId": 1,
        "IsBlocked": true,
        "UserAllowToBlockThread": true,
        "IsAbuse": true,
        "IsAbuseReportedByCurrentUser": true,
        "MassMessageType": 1,
        "Tooltip": "sample string 23",
        "CanDelete": true
      },
      {
        "InstantMessageThreadId": 1,
        "Name": "sample string 2",
        "Created": "2025-06-11T09:46:00Z",
        "CreatedByTeacher": true,
        "CreatedBy": 5,
        "Type": "sample string 6",
        "ColorSchema": "sample string 7",
        "Messages": {
          "EntityArray": [
            {
              "MessageId": 1,
              "MessageThreadId": 2,
              "InstantMessageThreadId": 3,
              "MessageThreadParticipants": [
                {
                  "PersonId": 1,
                  "Name": "sample string 1",
                  "AvatarUrl": "sample string 2",
                  "LocationType": 1,
                  "LocationId": 1
                },
                {
                  "PersonId": 1,
                  "Name": "sample string 1",
                  "AvatarUrl": "sample string 2",
                  "LocationType": 1,
                  "LocationId": 1
                }
              ],
              "Created": "2025-06-11T09:46:00Z",
              "CreatedFormatted": "sample string 5",
              "CreatedRelative": "sample string 6",
              "EditedRelative": "sample string 7",
              "CreatedBy": 8,
              "CreatedByName": "sample string 9",
              "HomeOrganization": "sample string 10",
              "CreatedByAvatar": "sample string 11",
              "Text": "sample string 12",
              "AttachmentUrl": "sample string 13",
              "AttachmentName": "sample string 14",
              "Link": "sample string 15",
              "LinkTitle": "sample string 16",
              "LinkTarget": "sample string 17",
              "IsSystemMessage": true,
              "IsDeleted": true,
              "DeletedBy": 20,
              "CanDelete": true,
              "IsEdited": true,
              "CanEdit": true,
              "IsStarred": true,
              "IsSilent": true,
              "IsAbuse": true,
              "HasShared": true,
              "HasRepliedTo": true,
              "HasAbuseReported": true,
              "HasAbuseThreadReported": true,
              "OriginInstantMessage": {
                "MessageId": 1,
                "MessageThreadId": 2,
                "InstantMessageThreadId": 3,
                "MessageThreadParticipants": [
                  {
                    "PersonId": 1,
                    "Name": "sample string 1",
                    "AvatarUrl": "sample string 2",
                    "LocationType": 1,
                    "LocationId": 1
                  },
                  {
                    "PersonId": 1,
                    "Name": "sample string 1",
                    "AvatarUrl": "sample string 2",
                    "LocationType": 1,
                    "LocationId": 1
                  }
                ],
                "Created": "2025-06-11T09:46:00Z",
                "CreatedFormatted": "sample string 5",
                "CreatedRelative": "sample string 6",
                "EditedRelative": "sample string 7",
                "CreatedBy": 8,
                "CreatedByName": "sample string 9",
                "HomeOrganization": "sample string 10",
                "CreatedByAvatar": "sample string 11",
                "Text": "sample string 12",
                "AttachmentUrl": "sample string 13",
                "AttachmentName": "sample string 14",
                "Link": "sample string 15",
                "LinkTitle": "sample string 16",
                "LinkTarget": "sample string 17",
                "IsSystemMessage": true,
                "IsDeleted": true,
                "DeletedBy": 20,
                "CanDelete": true,
                "IsEdited": true,
                "CanEdit": true,
                "IsStarred": true,
                "IsSilent": true,
                "IsAbuse": true,
                "HasShared": true,
                "HasRepliedTo": true,
                "HasAbuseReported": true,
                "HasAbuseThreadReported": true,
                "OriginInstantMessage": null,
                "OriginInstantMessageThreadId": 1,
                "OriginInstantMessageThreadDeletedBy": 1,
                "OriginInstantMessageThreadName": "sample string 31",
                "ChildMessage": null,
                "AdditionalHeading": "sample string 32",
                "IsBroadcastMassMessage": true,
                "IsChildMessageDeletedPermanently": true,
                "CreatedLocal": "2025-06-11T09:46:00Z",
                "CreatedLocalTimeStamp": "sample string 36",
                "CreatedLocalDateStamp": "sample string 37",
                "CreatedByShortName": "sample string 38",
                "CreatedLocalShortNumericDate": "sample string 39"
              },
              "OriginInstantMessageThreadId": 1,
              "OriginInstantMessageThreadDeletedBy": 1,
              "OriginInstantMessageThreadName": "sample string 31",
              "ChildMessage": {
                "MessageId": 1,
                "MessageThreadId": 2,
                "InstantMessageThreadId": 3,
                "MessageThreadParticipants": [
                  {
                    "PersonId": 1,
                    "Name": "sample string 1",
                    "AvatarUrl": "sample string 2",
                    "LocationType": 1,
                    "LocationId": 1
                  },
                  {
                    "PersonId": 1,
                    "Name": "sample string 1",
                    "AvatarUrl": "sample string 2",
                    "LocationType": 1,
                    "LocationId": 1
                  }
                ],
                "Created": "2025-06-11T09:46:00Z",
                "CreatedFormatted": "sample string 5",
                "CreatedRelative": "sample string 6",
                "EditedRelative": "sample string 7",
                "CreatedBy": 8,
                "CreatedByName": "sample string 9",
                "HomeOrganization": "sample string 10",
                "CreatedByAvatar": "sample string 11",
                "Text": "sample string 12",
                "AttachmentUrl": "sample string 13",
                "AttachmentName": "sample string 14",
                "Link": "sample string 15",
                "LinkTitle": "sample string 16",
                "LinkTarget": "sample string 17",
                "IsSystemMessage": true,
                "IsDeleted": true,
                "DeletedBy": 20,
                "CanDelete": true,
                "IsEdited": true,
                "CanEdit": true,
                "IsStarred": true,
                "IsSilent": true,
                "IsAbuse": true,
                "HasShared": true,
                "HasRepliedTo": true,
                "HasAbuseReported": true,
                "HasAbuseThreadReported": true,
                "OriginInstantMessage": null,
                "OriginInstantMessageThreadId": 1,
                "OriginInstantMessageThreadDeletedBy": 1,
                "OriginInstantMessageThreadName": "sample string 31",
                "ChildMessage": null,
                "AdditionalHeading": "sample string 32",
                "IsBroadcastMassMessage": true,
                "IsChildMessageDeletedPermanently": true,
                "CreatedLocal": "2025-06-11T09:46:00Z",
                "CreatedLocalTimeStamp": "sample string 36",
                "CreatedLocalDateStamp": "sample string 37",
                "CreatedByShortName": "sample string 38",
                "CreatedLocalShortNumericDate": "sample string 39"
              },
              "AdditionalHeading": "sample string 32",
              "IsBroadcastMassMessage": true,
              "IsChildMessageDeletedPermanently": true,
              "CreatedLocal": "2025-06-11T09:46:00Z",
              "CreatedLocalTimeStamp": "sample string 36",
              "CreatedLocalDateStamp": "sample string 37",
              "CreatedByShortName": "sample string 38",
              "CreatedLocalShortNumericDate": "sample string 39"
            },
            {
              "MessageId": 1,
              "MessageThreadId": 2,
              "InstantMessageThreadId": 3,
              "MessageThreadParticipants": [
                {
                  "PersonId": 1,
                  "Name": "sample string 1",
                  "AvatarUrl": "sample string 2",
                  "LocationType": 1,
                  "LocationId": 1
                },
                {
                  "PersonId": 1,
                  "Name": "sample string 1",
                  "AvatarUrl": "sample string 2",
                  "LocationType": 1,
                  "LocationId": 1
                }
              ],
              "Created": "2025-06-11T09:46:00Z",
              "CreatedFormatted": "sample string 5",
              "CreatedRelative": "sample string 6",
              "EditedRelative": "sample string 7",
              "CreatedBy": 8,
              "CreatedByName": "sample string 9",
              "HomeOrganization": "sample string 10",
              "CreatedByAvatar": "sample string 11",
              "Text": "sample string 12",
              "AttachmentUrl": "sample string 13",
              "AttachmentName": "sample string 14",
              "Link": "sample string 15",
              "LinkTitle": "sample string 16",
              "LinkTarget": "sample string 17",
              "IsSystemMessage": true,
              "IsDeleted": true,
              "DeletedBy": 20,
              "CanDelete": true,
              "IsEdited": true,
              "CanEdit": true,
              "IsStarred": true,
              "IsSilent": true,
              "IsAbuse": true,
              "HasShared": true,
              "HasRepliedTo": true,
              "HasAbuseReported": true,
              "HasAbuseThreadReported": true,
              "OriginInstantMessage": {
                "MessageId": 1,
                "MessageThreadId": 2,
                "InstantMessageThreadId": 3,
                "MessageThreadParticipants": [
                  {
                    "PersonId": 1,
                    "Name": "sample string 1",
                    "AvatarUrl": "sample string 2",
                    "LocationType": 1,
                    "LocationId": 1
                  },
                  {
                    "PersonId": 1,
                    "Name": "sample string 1",
                    "AvatarUrl": "sample string 2",
                    "LocationType": 1,
                    "LocationId": 1
                  }
                ],
                "Created": "2025-06-11T09:46:00Z",
                "CreatedFormatted": "sample string 5",
                "CreatedRelative": "sample string 6",
                "EditedRelative": "sample string 7",
                "CreatedBy": 8,
                "CreatedByName": "sample string 9",
                "HomeOrganization": "sample string 10",
                "CreatedByAvatar": "sample string 11",
                "Text": "sample string 12",
                "AttachmentUrl": "sample string 13",
                "AttachmentName": "sample string 14",
                "Link": "sample string 15",
                "LinkTitle": "sample string 16",
                "LinkTarget": "sample string 17",
                "IsSystemMessage": true,
                "IsDeleted": true,
                "DeletedBy": 20,
                "CanDelete": true,
                "IsEdited": true,
                "CanEdit": true,
                "IsStarred": true,
                "IsSilent": true,
                "IsAbuse": true,
                "HasShared": true,
                "HasRepliedTo": true,
                "HasAbuseReported": true,
                "HasAbuseThreadReported": true,
                "OriginInstantMessage": null,
                "OriginInstantMessageThreadId": 1,
                "OriginInstantMessageThreadDeletedBy": 1,
                "OriginInstantMessageThreadName": "sample string 31",
                "ChildMessage": null,
                "AdditionalHeading": "sample string 32",
                "IsBroadcastMassMessage": true,
                "IsChildMessageDeletedPermanently": true,
                "CreatedLocal": "2025-06-11T09:46:00Z",
                "CreatedLocalTimeStamp": "sample string 36",
                "CreatedLocalDateStamp": "sample string 37",
                "CreatedByShortName": "sample string 38",
                "CreatedLocalShortNumericDate": "sample string 39"
              },
              "OriginInstantMessageThreadId": 1,
              "OriginInstantMessageThreadDeletedBy": 1,
              "OriginInstantMessageThreadName": "sample string 31",
              "ChildMessage": {
                "MessageId": 1,
                "MessageThreadId": 2,
                "InstantMessageThreadId": 3,
                "MessageThreadParticipants": [
                  {
                    "PersonId": 1,
                    "Name": "sample string 1",
                    "AvatarUrl": "sample string 2",
                    "LocationType": 1,
                    "LocationId": 1
                  },
                  {
                    "PersonId": 1,
                    "Name": "sample string 1",
                    "AvatarUrl": "sample string 2",
                    "LocationType": 1,
                    "LocationId": 1
                  }
                ],
                "Created": "2025-06-11T09:46:00Z",
                "CreatedFormatted": "sample string 5",
                "CreatedRelative": "sample string 6",
                "EditedRelative": "sample string 7",
                "CreatedBy": 8,
                "CreatedByName": "sample string 9",
                "HomeOrganization": "sample string 10",
                "CreatedByAvatar": "sample string 11",
                "Text": "sample string 12",
                "AttachmentUrl": "sample string 13",
                "AttachmentName": "sample string 14",
                "Link": "sample string 15",
                "LinkTitle": "sample string 16",
                "LinkTarget": "sample string 17",
                "IsSystemMessage": true,
                "IsDeleted": true,
                "DeletedBy": 20,
                "CanDelete": true,
                "IsEdited": true,
                "CanEdit": true,
                "IsStarred": true,
                "IsSilent": true,
                "IsAbuse": true,
                "HasShared": true,
                "HasRepliedTo": true,
                "HasAbuseReported": true,
                "HasAbuseThreadReported": true,
                "OriginInstantMessage": null,
                "OriginInstantMessageThreadId": 1,
                "OriginInstantMessageThreadDeletedBy": 1,
                "OriginInstantMessageThreadName": "sample string 31",
                "ChildMessage": null,
                "AdditionalHeading": "sample string 32",
                "IsBroadcastMassMessage": true,
                "IsChildMessageDeletedPermanently": true,
                "CreatedLocal": "2025-06-11T09:46:00Z",
                "CreatedLocalTimeStamp": "sample string 36",
                "CreatedLocalDateStamp": "sample string 37",
                "CreatedByShortName": "sample string 38",
                "CreatedLocalShortNumericDate": "sample string 39"
              },
              "AdditionalHeading": "sample string 32",
              "IsBroadcastMassMessage": true,
              "IsChildMessageDeletedPermanently": true,
              "CreatedLocal": "2025-06-11T09:46:00Z",
              "CreatedLocalTimeStamp": "sample string 36",
              "CreatedLocalDateStamp": "sample string 37",
              "CreatedByShortName": "sample string 38",
              "CreatedLocalShortNumericDate": "sample string 39"
            }
          ],
          "Total": 1,
          "CurrentPageIndex": 2,
          "PageSize": 3
        },
        "LastMessage": {
          "MessageId": 1,
          "MessageThreadId": 2,
          "InstantMessageThreadId": 3,
          "MessageThreadParticipants": [
            {
              "PersonId": 1,
              "Name": "sample string 1",
              "AvatarUrl": "sample string 2",
              "LocationType": 1,
              "LocationId": 1
            },
            {
              "PersonId": 1,
              "Name": "sample string 1",
              "AvatarUrl": "sample string 2",
              "LocationType": 1,
              "LocationId": 1
            }
          ],
          "Created": "2025-06-11T09:46:00Z",
          "CreatedFormatted": "sample string 5",
          "CreatedRelative": "sample string 6",
          "EditedRelative": "sample string 7",
          "CreatedBy": 8,
          "CreatedByName": "sample string 9",
          "HomeOrganization": "sample string 10",
          "CreatedByAvatar": "sample string 11",
          "Text": "sample string 12",
          "AttachmentUrl": "sample string 13",
          "AttachmentName": "sample string 14",
          "Link": "sample string 15",
          "LinkTitle": "sample string 16",
          "LinkTarget": "sample string 17",
          "IsSystemMessage": true,
          "IsDeleted": true,
          "DeletedBy": 20,
          "CanDelete": true,
          "IsEdited": true,
          "CanEdit": true,
          "IsStarred": true,
          "IsSilent": true,
          "IsAbuse": true,
          "HasShared": true,
          "HasRepliedTo": true,
          "HasAbuseReported": true,
          "HasAbuseThreadReported": true,
          "OriginInstantMessage": {
            "MessageId": 1,
            "MessageThreadId": 2,
            "InstantMessageThreadId": 3,
            "MessageThreadParticipants": [
              {
                "PersonId": 1,
                "Name": "sample string 1",
                "AvatarUrl": "sample string 2",
                "LocationType": 1,
                "LocationId": 1
              },
              {
                "PersonId": 1,
                "Name": "sample string 1",
                "AvatarUrl": "sample string 2",
                "LocationType": 1,
                "LocationId": 1
              }
            ],
            "Created": "2025-06-11T09:46:00Z",
            "CreatedFormatted": "sample string 5",
            "CreatedRelative": "sample string 6",
            "EditedRelative": "sample string 7",
            "CreatedBy": 8,
            "CreatedByName": "sample string 9",
            "HomeOrganization": "sample string 10",
            "CreatedByAvatar": "sample string 11",
            "Text": "sample string 12",
            "AttachmentUrl": "sample string 13",
            "AttachmentName": "sample string 14",
            "Link": "sample string 15",
            "LinkTitle": "sample string 16",
            "LinkTarget": "sample string 17",
            "IsSystemMessage": true,
            "IsDeleted": true,
            "DeletedBy": 20,
            "CanDelete": true,
            "IsEdited": true,
            "CanEdit": true,
            "IsStarred": true,
            "IsSilent": true,
            "IsAbuse": true,
            "HasShared": true,
            "HasRepliedTo": true,
            "HasAbuseReported": true,
            "HasAbuseThreadReported": true,
            "OriginInstantMessage": null,
            "OriginInstantMessageThreadId": 1,
            "OriginInstantMessageThreadDeletedBy": 1,
            "OriginInstantMessageThreadName": "sample string 31",
            "ChildMessage": null,
            "AdditionalHeading": "sample string 32",
            "IsBroadcastMassMessage": true,
            "IsChildMessageDeletedPermanently": true,
            "CreatedLocal": "2025-06-11T09:46:00Z",
            "CreatedLocalTimeStamp": "sample string 36",
            "CreatedLocalDateStamp": "sample string 37",
            "CreatedByShortName": "sample string 38",
            "CreatedLocalShortNumericDate": "sample string 39"
          },
          "OriginInstantMessageThreadId": 1,
          "OriginInstantMessageThreadDeletedBy": 1,
          "OriginInstantMessageThreadName": "sample string 31",
          "ChildMessage": {
            "MessageId": 1,
            "MessageThreadId": 2,
            "InstantMessageThreadId": 3,
            "MessageThreadParticipants": [
              {
                "PersonId": 1,
                "Name": "sample string 1",
                "AvatarUrl": "sample string 2",
                "LocationType": 1,
                "LocationId": 1
              },
              {
                "PersonId": 1,
                "Name": "sample string 1",
                "AvatarUrl": "sample string 2",
                "LocationType": 1,
                "LocationId": 1
              }
            ],
            "Created": "2025-06-11T09:46:00Z",
            "CreatedFormatted": "sample string 5",
            "CreatedRelative": "sample string 6",
            "EditedRelative": "sample string 7",
            "CreatedBy": 8,
            "CreatedByName": "sample string 9",
            "HomeOrganization": "sample string 10",
            "CreatedByAvatar": "sample string 11",
            "Text": "sample string 12",
            "AttachmentUrl": "sample string 13",
            "AttachmentName": "sample string 14",
            "Link": "sample string 15",
            "LinkTitle": "sample string 16",
            "LinkTarget": "sample string 17",
            "IsSystemMessage": true,
            "IsDeleted": true,
            "DeletedBy": 20,
            "CanDelete": true,
            "IsEdited": true,
            "CanEdit": true,
            "IsStarred": true,
            "IsSilent": true,
            "IsAbuse": true,
            "HasShared": true,
            "HasRepliedTo": true,
            "HasAbuseReported": true,
            "HasAbuseThreadReported": true,
            "OriginInstantMessage": null,
            "OriginInstantMessageThreadId": 1,
            "OriginInstantMessageThreadDeletedBy": 1,
            "OriginInstantMessageThreadName": "sample string 31",
            "ChildMessage": null,
            "AdditionalHeading": "sample string 32",
            "IsBroadcastMassMessage": true,
            "IsChildMessageDeletedPermanently": true,
            "CreatedLocal": "2025-06-11T09:46:00Z",
            "CreatedLocalTimeStamp": "sample string 36",
            "CreatedLocalDateStamp": "sample string 37",
            "CreatedByShortName": "sample string 38",
            "CreatedLocalShortNumericDate": "sample string 39"
          },
          "AdditionalHeading": "sample string 32",
          "IsBroadcastMassMessage": true,
          "IsChildMessageDeletedPermanently": true,
          "CreatedLocal": "2025-06-11T09:46:00Z",
          "CreatedLocalTimeStamp": "sample string 36",
          "CreatedLocalDateStamp": "sample string 37",
          "CreatedByShortName": "sample string 38",
          "CreatedLocalShortNumericDate": "sample string 39"
        },
        "MatchingMessageIds": [
          1,
          2
        ],
        "Participants": [
          {
            "SourceLocationId": 1,
            "SourceLocationType": 1,
            "IsDeleted": true,
            "CanReceive": true,
            "RoleInHierarchyTitle": "sample string 3",
            "RoleInHierarchy": 0,
            "ExtraUserInformation": "sample string 4",
            "PersonId": 5,
            "FirstName": "sample string 6",
            "LastName": "sample string 7",
            "FullName": "sample string 8",
            "ProfileUrl": "sample string 9",
            "AdditionalInfo": "sample string 10",
            "ProfileImageUrl": "sample string 11",
            "ProfileImageUrlSmall": "sample string 12"
          },
          {
            "SourceLocationId": 1,
            "SourceLocationType": 1,
            "IsDeleted": true,
            "CanReceive": true,
            "RoleInHierarchyTitle": "sample string 3",
            "RoleInHierarchy": 0,
            "ExtraUserInformation": "sample string 4",
            "PersonId": 5,
            "FirstName": "sample string 6",
            "LastName": "sample string 7",
            "FullName": "sample string 8",
            "ProfileUrl": "sample string 9",
            "AdditionalInfo": "sample string 10",
            "ProfileImageUrl": "sample string 11",
            "ProfileImageUrlSmall": "sample string 12"
          }
        ],
        "ParticipantsCount": 8,
        "HasActiveParticipants": true,
        "HasInactiveParticipants": true,
        "NumberOfInactiveParticipants": 11,
        "InactiveParticipantFullName": "sample string 12",
        "HasCreatorInThread": true,
        "IsCurrentUserARecipientWithSourceLocation": true,
        "LocationRecipients": [
          {
            "LocationRecipientId": 1,
            "Type": 1,
            "Title": "sample string 2",
            "ColorSchema": "sample string 3"
          },
          {
            "LocationRecipientId": 1,
            "Type": 1,
            "Title": "sample string 2",
            "ColorSchema": "sample string 3"
          }
        ],
        "CanShowParticipantsPage": true,
        "LastReadInstantMessageId": 1,
        "SortIndex": 1,
        "OnlyThreadAdminCanSendToThread": true,
        "IsThreadAdministrator": true,
        "IsThreadModerator": true,
        "InstantMessageLocationId": 1,
        "IsBlocked": true,
        "UserAllowToBlockThread": true,
        "IsAbuse": true,
        "IsAbuseReportedByCurrentUser": true,
        "MassMessageType": 1,
        "Tooltip": "sample string 23",
        "CanDelete": true
      }
    ],
    "Total": 1,
    "CurrentPageIndex": 2,
    "PageSize": 3
  },
  "HasMore": true
}

application/xml, text/xml

Sample:
<InstantMessageThreadListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Itslearning.RestApi.Entities">
  <HasMore>true</HasMore>
  <Threads>
    <CurrentPageIndex xmlns="">2</CurrentPageIndex>
    <EntityArray xmlns:d3p1="http://schemas.datacontract.org/2004/07/Itslearning.RestApi.Entities" xmlns="">
      <d3p1:InstantMessageThread>
        <d3p1:CanDelete>true</d3p1:CanDelete>
        <d3p1:CanShowParticipantsPage>true</d3p1:CanShowParticipantsPage>
        <d3p1:ColorSchema>sample string 7</d3p1:ColorSchema>
        <d3p1:Created>2025-06-11T09:46:00Z</d3p1:Created>
        <d3p1:CreatedBy>5</d3p1:CreatedBy>
        <d3p1:CreatedByTeacher>true</d3p1:CreatedByTeacher>
        <d3p1:HasActiveParticipants>true</d3p1:HasActiveParticipants>
        <d3p1:HasCreatorInThread>true</d3p1:HasCreatorInThread>
        <d3p1:HasInactiveParticipants>true</d3p1:HasInactiveParticipants>
        <d3p1:InactiveParticipantFullName>sample string 12</d3p1:InactiveParticipantFullName>
        <d3p1:InstantMessageLocationId>1</d3p1:InstantMessageLocationId>
        <d3p1:InstantMessageThreadId>1</d3p1:InstantMessageThreadId>
        <d3p1:IsAbuse>true</d3p1:IsAbuse>
        <d3p1:IsAbuseReportedByCurrentUser>true</d3p1:IsAbuseReportedByCurrentUser>
        <d3p1:IsBlocked>true</d3p1:IsBlocked>
        <d3p1:IsCurrentUserARecipientWithSourceLocation>true</d3p1:IsCurrentUserARecipientWithSourceLocation>
        <d3p1:IsThreadAdministrator>true</d3p1:IsThreadAdministrator>
        <d3p1:IsThreadModerator>true</d3p1:IsThreadModerator>
        <d3p1:LastReadInstantMessageId>1</d3p1:LastReadInstantMessageId>
        <d3p1:LocationRecipients>
          <d3p1:LocationRecipient>
            <d3p1:ColorSchema>sample string 3</d3p1:ColorSchema>
            <d3p1:LocationRecipientId>1</d3p1:LocationRecipientId>
            <d3p1:Title>sample string 2</d3p1:Title>
            <d3p1:Type>Course</d3p1:Type>
          </d3p1:LocationRecipient>
          <d3p1:LocationRecipient>
            <d3p1:ColorSchema>sample string 3</d3p1:ColorSchema>
            <d3p1:LocationRecipientId>1</d3p1:LocationRecipientId>
            <d3p1:Title>sample string 2</d3p1:Title>
            <d3p1:Type>Course</d3p1:Type>
          </d3p1:LocationRecipient>
        </d3p1:LocationRecipients>
        <d3p1:MassMessageType>None</d3p1:MassMessageType>
        <d3p1:MatchingMessageIds xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:long>1</d5p1:long>
          <d5p1:long>2</d5p1:long>
        </d3p1:MatchingMessageIds>
        <d3p1:Messages>
          <CurrentPageIndex>2</CurrentPageIndex>
          <EntityArray>
            <d3p1:InstantMessage>
              <d3p1:AdditionalHeading>sample string 32</d3p1:AdditionalHeading>
              <d3p1:AttachmentName>sample string 14</d3p1:AttachmentName>
              <d3p1:AttachmentUrl>sample string 13</d3p1:AttachmentUrl>
              <d3p1:CanDelete>true</d3p1:CanDelete>
              <d3p1:CanEdit>true</d3p1:CanEdit>
              <d3p1:ChildMessage>
                <d3p1:AdditionalHeading>sample string 32</d3p1:AdditionalHeading>
                <d3p1:AttachmentName>sample string 14</d3p1:AttachmentName>
                <d3p1:AttachmentUrl>sample string 13</d3p1:AttachmentUrl>
                <d3p1:CanDelete>true</d3p1:CanDelete>
                <d3p1:CanEdit>true</d3p1:CanEdit>
                <d3p1:ChildMessage i:nil="true" />
                <d3p1:Created>2025-06-11T09:46:00Z</d3p1:Created>
                <d3p1:CreatedBy>8</d3p1:CreatedBy>
                <d3p1:CreatedByAvatar>sample string 11</d3p1:CreatedByAvatar>
                <d3p1:CreatedByName>sample string 9</d3p1:CreatedByName>
                <d3p1:CreatedByShortName>sample string 38</d3p1:CreatedByShortName>
                <d3p1:CreatedFormatted>sample string 5</d3p1:CreatedFormatted>
                <d3p1:CreatedLocal>2025-06-11T09:46:00Z</d3p1:CreatedLocal>
                <d3p1:CreatedLocalDateStamp>sample string 37</d3p1:CreatedLocalDateStamp>
                <d3p1:CreatedLocalShortNumericDate>sample string 39</d3p1:CreatedLocalShortNumericDate>
                <d3p1:CreatedLocalTimeStamp>sample string 36</d3p1:CreatedLocalTimeStamp>
                <d3p1:CreatedRelative>sample string 6</d3p1:CreatedRelative>
                <d3p1:DeletedBy>20</d3p1:DeletedBy>
                <d3p1:EditedRelative>sample string 7</d3p1:EditedRelative>
                <d3p1:HasAbuseReported>true</d3p1:HasAbuseReported>
                <d3p1:HasAbuseThreadReported>true</d3p1:HasAbuseThreadReported>
                <d3p1:HasRepliedTo>true</d3p1:HasRepliedTo>
                <d3p1:HasShared>true</d3p1:HasShared>
                <d3p1:HomeOrganization>sample string 10</d3p1:HomeOrganization>
                <d3p1:InstantMessageThreadId>3</d3p1:InstantMessageThreadId>
                <d3p1:IsAbuse>true</d3p1:IsAbuse>
                <d3p1:IsBroadcastMassMessage>true</d3p1:IsBroadcastMassMessage>
                <d3p1:IsChildMessageDeletedPermanently>true</d3p1:IsChildMessageDeletedPermanently>
                <d3p1:IsDeleted>true</d3p1:IsDeleted>
                <d3p1:IsEdited>true</d3p1:IsEdited>
                <d3p1:IsSilent>true</d3p1:IsSilent>
                <d3p1:IsStarred>true</d3p1:IsStarred>
                <d3p1:IsSystemMessage>true</d3p1:IsSystemMessage>
                <d3p1:Link>sample string 15</d3p1:Link>
                <d3p1:LinkTarget>sample string 17</d3p1:LinkTarget>
                <d3p1:LinkTitle>sample string 16</d3p1:LinkTitle>
                <d3p1:MessageId>1</d3p1:MessageId>
                <d3p1:MessageThreadId>2</d3p1:MessageThreadId>
                <d3p1:MessageThreadParticipants>
                  <d3p1:InstantMessageParticipant>
                    <d3p1:AvatarUrl>sample string 2</d3p1:AvatarUrl>
                    <d3p1:LocationId>1</d3p1:LocationId>
                    <d3p1:LocationType>1</d3p1:LocationType>
                    <d3p1:Name>sample string 1</d3p1:Name>
                    <d3p1:PersonId>1</d3p1:PersonId>
                  </d3p1:InstantMessageParticipant>
                  <d3p1:InstantMessageParticipant>
                    <d3p1:AvatarUrl>sample string 2</d3p1:AvatarUrl>
                    <d3p1:LocationId>1</d3p1:LocationId>
                    <d3p1:LocationType>1</d3p1:LocationType>
                    <d3p1:Name>sample string 1</d3p1:Name>
                    <d3p1:PersonId>1</d3p1:PersonId>
                  </d3p1:InstantMessageParticipant>
                </d3p1:MessageThreadParticipants>
                <d3p1:OriginInstantMessage i:nil="true" />
                <d3p1:OriginInstantMessageThreadDeletedBy>1</d3p1:OriginInstantMessageThreadDeletedBy>
                <d3p1:OriginInstantMessageThreadId>1</d3p1:OriginInstantMessageThreadId>
                <d3p1:OriginInstantMessageThreadName>sample string 31</d3p1:OriginInstantMessageThreadName>
                <d3p1:Text>sample string 12</d3p1:Text>
              </d3p1:ChildMessage>
              <d3p1:Created>2025-06-11T09:46:00Z</d3p1:Created>
              <d3p1:CreatedBy>8</d3p1:CreatedBy>
              <d3p1:CreatedByAvatar>sample string 11</d3p1:CreatedByAvatar>
              <d3p1:CreatedByName>sample string 9</d3p1:CreatedByName>
              <d3p1:CreatedByShortName>sample string 38</d3p1:CreatedByShortName>
              <d3p1:CreatedFormatted>sample string 5</d3p1:CreatedFormatted>
              <d3p1:CreatedLocal>2025-06-11T09:46:00Z</d3p1:CreatedLocal>
              <d3p1:CreatedLocalDateStamp>sample string 37</d3p1:CreatedLocalDateStamp>
              <d3p1:CreatedLocalShortNumericDate>sample string 39</d3p1:CreatedLocalShortNumericDate>
              <d3p1:CreatedLocalTimeStamp>sample string 36</d3p1:CreatedLocalTimeStamp>
              <d3p1:CreatedRelative>sample string 6</d3p1:CreatedRelative>
              <d3p1:DeletedBy>20</d3p1:DeletedBy>
              <d3p1:EditedRelative>sample string 7</d3p1:EditedRelative>
              <d3p1:HasAbuseReported>true</d3p1:HasAbuseReported>
              <d3p1:HasAbuseThreadReported>true</d3p1:HasAbuseThreadReported>
              <d3p1:HasRepliedTo>true</d3p1:HasRepliedTo>
              <d3p1:HasShared>true</d3p1:HasShared>
              <d3p1:HomeOrganization>sample string 10</d3p1:HomeOrganization>
              <d3p1:InstantMessageThreadId>3</d3p1:InstantMessageThreadId>
              <d3p1:IsAbuse>true</d3p1:IsAbuse>
              <d3p1:IsBroadcastMassMessage>true</d3p1:IsBroadcastMassMessage>
              <d3p1:IsChildMessageDeletedPermanently>true</d3p1:IsChildMessageDeletedPermanently>
              <d3p1:IsDeleted>true</d3p1:IsDeleted>
              <d3p1:IsEdited>true</d3p1:IsEdited>
              <d3p1:IsSilent>true</d3p1:IsSilent>
              <d3p1:IsStarred>true</d3p1:IsStarred>
              <d3p1:IsSystemMessage>true</d3p1:IsSystemMessage>
              <d3p1:Link>sample string 15</d3p1:Link>
              <d3p1:LinkTarget>sample string 17</d3p1:LinkTarget>
              <d3p1:LinkTitle>sample string 16</d3p1:LinkTitle>
              <d3p1:MessageId>1</d3p1:MessageId>
              <d3p1:MessageThreadId>2</d3p1:MessageThreadId>
              <d3p1:MessageThreadParticipants>
                <d3p1:InstantMessageParticipant>
                  <d3p1:AvatarUrl>sample string 2</d3p1:AvatarUrl>
                  <d3p1:LocationId>1</d3p1:LocationId>
                  <d3p1:LocationType>1</d3p1:LocationType>
                  <d3p1:Name>sample string 1</d3p1:Name>
                  <d3p1:PersonId>1</d3p1:PersonId>
                </d3p1:InstantMessageParticipant>
                <d3p1:InstantMessageParticipant>
                  <d3p1:AvatarUrl>sample string 2</d3p1:AvatarUrl>
                  <d3p1:LocationId>1</d3p1:LocationId>
                  <d3p1:LocationType>1</d3p1:LocationType>
                  <d3p1:Name>sample string 1</d3p1:Name>
                  <d3p1:PersonId>1</d3p1:PersonId>
                </d3p1:InstantMessageParticipant>
              </d3p1:MessageThreadParticipants>
              <d3p1:OriginInstantMessage>
                <d3p1:AdditionalHeading>sample string 32</d3p1:AdditionalHeading>
                <d3p1:AttachmentName>sample string 14</d3p1:AttachmentName>
                <d3p1:AttachmentUrl>sample string 13</d3p1:AttachmentUrl>
                <d3p1:CanDelete>true</d3p1:CanDelete>
                <d3p1:CanEdit>true</d3p1:CanEdit>
                <d3p1:ChildMessage i:nil="true" />
                <d3p1:Created>2025-06-11T09:46:00Z</d3p1:Created>
                <d3p1:CreatedBy>8</d3p1:CreatedBy>
                <d3p1:CreatedByAvatar>sample string 11</d3p1:CreatedByAvatar>
                <d3p1:CreatedByName>sample string 9</d3p1:CreatedByName>
                <d3p1:CreatedByShortName>sample string 38</d3p1:CreatedByShortName>
                <d3p1:CreatedFormatted>sample string 5</d3p1:CreatedFormatted>
                <d3p1:CreatedLocal>2025-06-11T09:46:00Z</d3p1:CreatedLocal>
                <d3p1:CreatedLocalDateStamp>sample string 37</d3p1:CreatedLocalDateStamp>
                <d3p1:CreatedLocalShortNumericDate>sample string 39</d3p1:CreatedLocalShortNumericDate>
                <d3p1:CreatedLocalTimeStamp>sample string 36</d3p1:CreatedLocalTimeStamp>
                <d3p1:CreatedRelative>sample string 6</d3p1:CreatedRelative>
                <d3p1:DeletedBy>20</d3p1:DeletedBy>
                <d3p1:EditedRelative>sample string 7</d3p1:EditedRelative>
                <d3p1:HasAbuseReported>true</d3p1:HasAbuseReported>
                <d3p1:HasAbuseThreadReported>true</d3p1:HasAbuseThreadReported>
                <d3p1:HasRepliedTo>true</d3p1:HasRepliedTo>
                <d3p1:HasShared>true</d3p1:HasShared>
                <d3p1:HomeOrganization>sample string 10</d3p1:HomeOrganization>
                <d3p1:InstantMessageThreadId>3</d3p1:InstantMessageThreadId>
                <d3p1:IsAbuse>true</d3p1:IsAbuse>
                <d3p1:IsBroadcastMassMessage>true</d3p1:IsBroadcastMassMessage>
                <d3p1:IsChildMessageDeletedPermanently>true</d3p1:IsChildMessageDeletedPermanently>
                <d3p1:IsDeleted>true</d3p1:IsDeleted>
                <d3p1:IsEdited>true</d3p1:IsEdited>
                <d3p1:IsSilent>true</d3p1:IsSilent>
                <d3p1:IsStarred>true</d3p1:IsStarred>
                <d3p1:IsSystemMessage>true</d3p1:IsSystemMessage>
                <d3p1:Link>sample string 15</d3p1:Link>
                <d3p1:LinkTarget>sample string 17</d3p1:LinkTarget>
                <d3p1:LinkTitle>sample string 16</d3p1:LinkTitle>
                <d3p1:MessageId>1</d3p1:MessageId>
                <d3p1:MessageThreadId>2</d3p1:MessageThreadId>
                <d3p1:MessageThreadParticipants>
                  <d3p1:InstantMessageParticipant>
                    <d3p1:AvatarUrl>sample string 2</d3p1:AvatarUrl>
                    <d3p1:LocationId>1</d3p1:LocationId>
                    <d3p1:LocationType>1</d3p1:LocationType>
                    <d3p1:Name>sample string 1</d3p1:Name>
                    <d3p1:PersonId>1</d3p1:PersonId>
                  </d3p1:InstantMessageParticipant>
                  <d3p1:InstantMessageParticipant>
                    <d3p1:AvatarUrl>sample string 2</d3p1:AvatarUrl>
                    <d3p1:LocationId>1</d3p1:LocationId>
                    <d3p1:LocationType>1</d3p1:LocationType>
                    <d3p1:Name>sample string 1</d3p1:Name>
                    <d3p1:PersonId>1</d3p1:PersonId>
                  </d3p1:InstantMessageParticipant>
                </d3p1:MessageThreadParticipants>
                <d3p1:OriginInstantMessage i:nil="true" />
                <d3p1:OriginInstantMessageThreadDeletedBy>1</d3p1:OriginInstantMessageThreadDeletedBy>
                <d3p1:OriginInstantMessageThreadId>1</d3p1:OriginInstantMessageThreadId>
                <d3p1:OriginInstantMessageThreadName>sample string 31</d3p1:OriginInstantMessageThreadName>
                <d3p1:Text>sample string 12</d3p1:Text>
              </d3p1:OriginInstantMessage>
              <d3p1:OriginInstantMessageThreadDeletedBy>1</d3p1:OriginInstantMessageThreadDeletedBy>
              <d3p1:OriginInstantMessageThreadId>1</d3p1:OriginInstantMessageThreadId>
              <d3p1:OriginInstantMessageThreadName>sample string 31</d3p1:OriginInstantMessageThreadName>
              <d3p1:Text>sample string 12</d3p1:Text>
            </d3p1:InstantMessage>
            <d3p1:InstantMessage>
              <d3p1:AdditionalHeading>sample string 32</d3p1:AdditionalHeading>
              <d3p1:AttachmentName>sample string 14</d3p1:AttachmentName>
              <d3p1:AttachmentUrl>sample string 13</d3p1:AttachmentUrl>
              <d3p1:CanDelete>true</d3p1:CanDelete>
              <d3p1:CanEdit>true</d3p1:CanEdit>
              <d3p1:ChildMessage>
                <d3p1:AdditionalHeading>sample string 32</d3p1:AdditionalHeading>
                <d3p1:AttachmentName>sample string 14</d3p1:AttachmentName>
                <d3p1:AttachmentUrl>sample string 13</d3p1:AttachmentUrl>
                <d3p1:CanDelete>true</d3p1:CanDelete>
                <d3p1:CanEdit>true</d3p1:CanEdit>
                <d3p1:ChildMessage i:nil="true" />
                <d3p1:Created>2025-06-11T09:46:00Z</d3p1:Created>
                <d3p1:CreatedBy>8</d3p1:CreatedBy>
                <d3p1:CreatedByAvatar>sample string 11</d3p1:CreatedByAvatar>
                <d3p1:CreatedByName>sample string 9</d3p1:CreatedByName>
                <d3p1:CreatedByShortName>sample string 38</d3p1:CreatedByShortName>
                <d3p1:CreatedFormatted>sample string 5</d3p1:CreatedFormatted>
                <d3p1:CreatedLocal>2025-06-11T09:46:00Z</d3p1:CreatedLocal>
                <d3p1:CreatedLocalDateStamp>sample string 37</d3p1:CreatedLocalDateStamp>
                <d3p1:CreatedLocalShortNumericDate>sample string 39</d3p1:CreatedLocalShortNumericDate>
                <d3p1:CreatedLocalTimeStamp>sample string 36</d3p1:CreatedLocalTimeStamp>
                <d3p1:CreatedRelative>sample string 6</d3p1:CreatedRelative>
                <d3p1:DeletedBy>20</d3p1:DeletedBy>
                <d3p1:EditedRelative>sample string 7</d3p1:EditedRelative>
                <d3p1:HasAbuseReported>true</d3p1:HasAbuseReported>
                <d3p1:HasAbuseThreadReported>true</d3p1:HasAbuseThreadReported>
                <d3p1:HasRepliedTo>true</d3p1:HasRepliedTo>
                <d3p1:HasShared>true</d3p1:HasShared>
                <d3p1:HomeOrganization>sample string 10</d3p1:HomeOrganization>
                <d3p1:InstantMessageThreadId>3</d3p1:InstantMessageThreadId>
                <d3p1:IsAbuse>true</d3p1:IsAbuse>
                <d3p1:IsBroadcastMassMessage>true</d3p1:IsBroadcastMassMessage>
                <d3p1:IsChildMessageDeletedPermanently>true</d3p1:IsChildMessageDeletedPermanently>
                <d3p1:IsDeleted>true</d3p1:IsDeleted>
                <d3p1:IsEdited>true</d3p1:IsEdited>
                <d3p1:IsSilent>true</d3p1:IsSilent>
                <d3p1:IsStarred>true</d3p1:IsStarred>
                <d3p1:IsSystemMessage>true</d3p1:IsSystemMessage>
                <d3p1:Link>sample string 15</d3p1:Link>
                <d3p1:LinkTarget>sample string 17</d3p1:LinkTarget>
                <d3p1:LinkTitle>sample string 16</d3p1:LinkTitle>
                <d3p1:MessageId>1</d3p1:MessageId>
                <d3p1:MessageThreadId>2</d3p1:MessageThreadId>
                <d3p1:MessageThreadParticipants>
                  <d3p1:InstantMessageParticipant>
                    <d3p1:AvatarUrl>sample string 2</d3p1:AvatarUrl>
                    <d3p1:LocationId>1</d3p1:LocationId>
                    <d3p1:LocationType>1</d3p1:LocationType>
                    <d3p1:Name>sample string 1</d3p1:Name>
                    <d3p1:PersonId>1</d3p1:PersonId>
                  </d3p1:InstantMessageParticipant>
                  <d3p1:InstantMessageParticipant>
                    <d3p1:AvatarUrl>sample string 2</d3p1:AvatarUrl>
                    <d3p1:LocationId>1</d3p1:LocationId>
                    <d3p1:LocationType>1</d3p1:LocationType>
                    <d3p1:Name>sample string 1</d3p1:Name>
                    <d3p1:PersonId>1</d3p1:PersonId>
                  </d3p1:InstantMessageParticipant>
                </d3p1:MessageThreadParticipants>
                <d3p1:OriginInstantMessage i:nil="true" />
                <d3p1:OriginInstantMessageThreadDeletedBy>1</d3p1:OriginInstantMessageThreadDeletedBy>
                <d3p1:OriginInstantMessageThreadId>1</d3p1:OriginInstantMessageThreadId>
                <d3p1:OriginInstantMessageThreadName>sample string 31</d3p1:OriginInstantMessageThreadName>
                <d3p1:Text>sample string 12</d3p1:Text>
              </d3p1:ChildMessage>
              <d3p1:Created>2025-06-11T09:46:00Z</d3p1:Created>
              <d3p1:CreatedBy>8</d3p1:CreatedBy>
              <d3p1:CreatedByAvatar>sample string 11</d3p1:CreatedByAvatar>
              <d3p1:CreatedByName>sample string 9</d3p1:CreatedByName>
              <d3p1:CreatedByShortName>sample string 38</d3p1:CreatedByShortName>
              <d3p1:CreatedFormatted>sample string 5</d3p1:CreatedFormatted>
              <d3p1:CreatedLocal>2025-06-11T09:46:00Z</d3p1:CreatedLocal>
              <d3p1:CreatedLocalDateStamp>sample string 37</d3p1:CreatedLocalDateStamp>
              <d3p1:CreatedLocalShortNumericDate>sample string 39</d3p1:CreatedLocalShortNumericDate>
              <d3p1:CreatedLocalTimeStamp>sample string 36</d3p1:CreatedLocalTimeStamp>
              <d3p1:CreatedRelative>sample string 6</d3p1:CreatedRelative>
              <d3p1:DeletedBy>20</d3p1:DeletedBy>
              <d3p1:EditedRelative>sample string 7</d3p1:EditedRelative>
              <d3p1:HasAbuseReported>true</d3p1:HasAbuseReported>
              <d3p1:HasAbuseThreadReported>true</d3p1:HasAbuseThreadReported>
              <d3p1:HasRepliedTo>true</d3p1:HasRepliedTo>
              <d3p1:HasShared>true</d3p1:HasShared>
              <d3p1:HomeOrganization>sample string 10</d3p1:HomeOrganization>
              <d3p1:InstantMessageThreadId>3</d3p1:InstantMessageThreadId>
              <d3p1:IsAbuse>true</d3p1:IsAbuse>
              <d3p1:IsBroadcastMassMessage>true</d3p1:IsBroadcastMassMessage>
              <d3p1:IsChildMessageDeletedPermanently>true</d3p1:IsChildMessageDeletedPermanently>
              <d3p1:IsDeleted>true</d3p1:IsDeleted>
              <d3p1:IsEdited>true</d3p1:IsEdited>
              <d3p1:IsSilent>true</d3p1:IsSilent>
              <d3p1:IsStarred>true</d3p1:IsStarred>
              <d3p1:IsSystemMessage>true</d3p1:IsSystemMessage>
              <d3p1:Link>sample string 15</d3p1:Link>
              <d3p1:LinkTarget>sample string 17</d3p1:LinkTarget>
              <d3p1:LinkTitle>sample string 16</d3p1:LinkTitle>
              <d3p1:MessageId>1</d3p1:MessageId>
              <d3p1:MessageThreadId>2</d3p1:MessageThreadId>
              <d3p1:MessageThreadParticipants>
                <d3p1:InstantMessageParticipant>
                  <d3p1:AvatarUrl>sample string 2</d3p1:AvatarUrl>
                  <d3p1:LocationId>1</d3p1:LocationId>
                  <d3p1:LocationType>1</d3p1:LocationType>
                  <d3p1:Name>sample string 1</d3p1:Name>
                  <d3p1:PersonId>1</d3p1:PersonId>
                </d3p1:InstantMessageParticipant>
                <d3p1:InstantMessageParticipant>
                  <d3p1:AvatarUrl>sample string 2</d3p1:AvatarUrl>
                  <d3p1:LocationId>1</d3p1:LocationId>
                  <d3p1:LocationType>1</d3p1:LocationType>
                  <d3p1:Name>sample string 1</d3p1:Name>
                  <d3p1:PersonId>1</d3p1:PersonId>
                </d3p1:InstantMessageParticipant>
              </d3p1:MessageThreadParticipants>
              <d3p1:OriginInstantMessage>
                <d3p1:AdditionalHeading>sample string 32</d3p1:AdditionalHeading>
                <d3p1:AttachmentName>sample string 14</d3p1:AttachmentName>
                <d3p1:AttachmentUrl>sample string 13</d3p1:AttachmentUrl>
                <d3p1:CanDelete>true</d3p1:CanDelete>
                <d3p1:CanEdit>true</d3p1:CanEdit>
                <d3p1:ChildMessage i:nil="true" />
                <d3p1:Created>2025-06-11T09:46:00Z</d3p1:Created>
                <d3p1:CreatedBy>8</d3p1:CreatedBy>
                <d3p1:CreatedByAvatar>sample string 11</d3p1:CreatedByAvatar>
                <d3p1:CreatedByName>sample string 9</d3p1:CreatedByName>
                <d3p1:CreatedByShortName>sample string 38</d3p1:CreatedByShortName>
                <d3p1:CreatedFormatted>sample string 5</d3p1:CreatedFormatted>
                <d3p1:CreatedLocal>2025-06-11T09:46:00Z</d3p1:CreatedLocal>
                <d3p1:CreatedLocalDateStamp>sample string 37</d3p1:CreatedLocalDateStamp>
                <d3p1:CreatedLocalShortNumericDate>sample string 39</d3p1:CreatedLocalShortNumericDate>
                <d3p1:CreatedLocalTimeStamp>sample string 36</d3p1:CreatedLocalTimeStamp>
                <d3p1:CreatedRelative>sample string 6</d3p1:CreatedRelative>
                <d3p1:DeletedBy>20</d3p1:DeletedBy>
                <d3p1:EditedRelative>sample string 7</d3p1:EditedRelative>
                <d3p1:HasAbuseReported>true</d3p1:HasAbuseReported>
                <d3p1:HasAbuseThreadReported>true</d3p1:HasAbuseThreadReported>
                <d3p1:HasRepliedTo>true</d3p1:HasRepliedTo>
                <d3p1:HasShared>true</d3p1:HasShared>
                <d3p1:HomeOrganization>sample string 10</d3p1:HomeOrganization>
                <d3p1:InstantMessageThreadId>3</d3p1:InstantMessageThreadId>
                <d3p1:IsAbuse>true</d3p1:IsAbuse>
                <d3p1:IsBroadcastMassMessage>true</d3p1:IsBroadcastMassMessage>
                <d3p1:IsChildMessageDeletedPermanently>true</d3p1:IsChildMessageDeletedPermanently>
                <d3p1:IsDeleted>true</d3p1:IsDeleted>
                <d3p1:IsEdited>true</d3p1:IsEdited>
                <d3p1:IsSilent>true</d3p1:IsSilent>
                <d3p1:IsStarred>true</d3p1:IsStarred>
                <d3p1:IsSystemMessage>true</d3p1:IsSystemMessage>
                <d3p1:Link>sample string 15</d3p1:Link>
                <d3p1:LinkTarget>sample string 17</d3p1:LinkTarget>
                <d3p1:LinkTitle>sample string 16</d3p1:LinkTitle>
                <d3p1:MessageId>1</d3p1:MessageId>
                <d3p1:MessageThreadId>2</d3p1:MessageThreadId>
                <d3p1:MessageThreadParticipants>
                  <d3p1:InstantMessageParticipant>
                    <d3p1:AvatarUrl>sample string 2</d3p1:AvatarUrl>
                    <d3p1:LocationId>1</d3p1:LocationId>
                    <d3p1:LocationType>1</d3p1:LocationType>
                    <d3p1:Name>sample string 1</d3p1:Name>
                    <d3p1:PersonId>1</d3p1:PersonId>
                  </d3p1:InstantMessageParticipant>
                  <d3p1:InstantMessageParticipant>
                    <d3p1:AvatarUrl>sample string 2</d3p1:AvatarUrl>
                    <d3p1:LocationId>1</d3p1:LocationId>
                    <d3p1:LocationType>1</d3p1:LocationType>
                    <d3p1:Name>sample string 1</d3p1:Name>
                    <d3p1:PersonId>1</d3p1:PersonId>
                  </d3p1:InstantMessageParticipant>
                </d3p1:MessageThreadParticipants>
                <d3p1:OriginInstantMessage i:nil="true" />
                <d3p1:OriginInstantMessageThreadDeletedBy>1</d3p1:OriginInstantMessageThreadDeletedBy>
                <d3p1:OriginInstantMessageThreadId>1</d3p1:OriginInstantMessageThreadId>
                <d3p1:OriginInstantMessageThreadName>sample string 31</d3p1:OriginInstantMessageThreadName>
                <d3p1:Text>sample string 12</d3p1:Text>
              </d3p1:OriginInstantMessage>
              <d3p1:OriginInstantMessageThreadDeletedBy>1</d3p1:OriginInstantMessageThreadDeletedBy>
              <d3p1:OriginInstantMessageThreadId>1</d3p1:OriginInstantMessageThreadId>
              <d3p1:OriginInstantMessageThreadName>sample string 31</d3p1:OriginInstantMessageThreadName>
              <d3p1:Text>sample string 12</d3p1:Text>
            </d3p1:InstantMessage>
          </EntityArray>
          <PageSize>3</PageSize>
          <Total>1</Total>
        </d3p1:Messages>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:NumberOfInactiveParticipants>11</d3p1:NumberOfInactiveParticipants>
        <d3p1:OnlyThreadAdminCanSendToThread>true</d3p1:OnlyThreadAdminCanSendToThread>
        <d3p1:Participants>
          <ThreadParticipant>
            <AdditionalInfo>sample string 10</AdditionalInfo>
            <FirstName>sample string 6</FirstName>
            <FullName>sample string 8</FullName>
            <LastName>sample string 7</LastName>
            <PersonId>5</PersonId>
            <ProfileImageUrl>sample string 11</ProfileImageUrl>
            <ProfileImageUrlSmall>sample string 12</ProfileImageUrlSmall>
            <ProfileUrl>sample string 9</ProfileUrl>
            <CanReceive>true</CanReceive>
            <ExtraUserInformation>sample string 4</ExtraUserInformation>
            <IsDeleted>true</IsDeleted>
            <RoleInHierarchy>None</RoleInHierarchy>
            <RoleInHierarchyTitle>sample string 3</RoleInHierarchyTitle>
            <SourceLocationId>1</SourceLocationId>
            <SourceLocationType>Course</SourceLocationType>
          </ThreadParticipant>
          <ThreadParticipant>
            <AdditionalInfo>sample string 10</AdditionalInfo>
            <FirstName>sample string 6</FirstName>
            <FullName>sample string 8</FullName>
            <LastName>sample string 7</LastName>
            <PersonId>5</PersonId>
            <ProfileImageUrl>sample string 11</ProfileImageUrl>
            <ProfileImageUrlSmall>sample string 12</ProfileImageUrlSmall>
            <ProfileUrl>sample string 9</ProfileUrl>
            <CanReceive>true</CanReceive>
            <ExtraUserInformation>sample string 4</ExtraUserInformation>
            <IsDeleted>true</IsDeleted>
            <RoleInHierarchy>None</RoleInHierarchy>
            <RoleInHierarchyTitle>sample string 3</RoleInHierarchyTitle>
            <SourceLocationId>1</SourceLocationId>
            <SourceLocationType>Course</SourceLocationType>
          </ThreadParticipant>
        </d3p1:Participants>
        <d3p1:ParticipantsCount>8</d3p1:ParticipantsCount>
        <d3p1:SortIndex>1</d3p1:SortIndex>
        <d3p1:Tooltip>sample string 23</d3p1:Tooltip>
        <d3p1:Type>sample string 6</d3p1:Type>
        <d3p1:UserAllowToBlockThread>true</d3p1:UserAllowToBlockThread>
      </d3p1:InstantMessageThread>
      <d3p1:InstantMessageThread>
        <d3p1:CanDelete>true</d3p1:CanDelete>
        <d3p1:CanShowParticipantsPage>true</d3p1:CanShowParticipantsPage>
        <d3p1:ColorSchema>sample string 7</d3p1:ColorSchema>
        <d3p1:Created>2025-06-11T09:46:00Z</d3p1:Created>
        <d3p1:CreatedBy>5</d3p1:CreatedBy>
        <d3p1:CreatedByTeacher>true</d3p1:CreatedByTeacher>
        <d3p1:HasActiveParticipants>true</d3p1:HasActiveParticipants>
        <d3p1:HasCreatorInThread>true</d3p1:HasCreatorInThread>
        <d3p1:HasInactiveParticipants>true</d3p1:HasInactiveParticipants>
        <d3p1:InactiveParticipantFullName>sample string 12</d3p1:InactiveParticipantFullName>
        <d3p1:InstantMessageLocationId>1</d3p1:InstantMessageLocationId>
        <d3p1:InstantMessageThreadId>1</d3p1:InstantMessageThreadId>
        <d3p1:IsAbuse>true</d3p1:IsAbuse>
        <d3p1:IsAbuseReportedByCurrentUser>true</d3p1:IsAbuseReportedByCurrentUser>
        <d3p1:IsBlocked>true</d3p1:IsBlocked>
        <d3p1:IsCurrentUserARecipientWithSourceLocation>true</d3p1:IsCurrentUserARecipientWithSourceLocation>
        <d3p1:IsThreadAdministrator>true</d3p1:IsThreadAdministrator>
        <d3p1:IsThreadModerator>true</d3p1:IsThreadModerator>
        <d3p1:LastReadInstantMessageId>1</d3p1:LastReadInstantMessageId>
        <d3p1:LocationRecipients>
          <d3p1:LocationRecipient>
            <d3p1:ColorSchema>sample string 3</d3p1:ColorSchema>
            <d3p1:LocationRecipientId>1</d3p1:LocationRecipientId>
            <d3p1:Title>sample string 2</d3p1:Title>
            <d3p1:Type>Course</d3p1:Type>
          </d3p1:LocationRecipient>
          <d3p1:LocationRecipient>
            <d3p1:ColorSchema>sample string 3</d3p1:ColorSchema>
            <d3p1:LocationRecipientId>1</d3p1:LocationRecipientId>
            <d3p1:Title>sample string 2</d3p1:Title>
            <d3p1:Type>Course</d3p1:Type>
          </d3p1:LocationRecipient>
        </d3p1:LocationRecipients>
        <d3p1:MassMessageType>None</d3p1:MassMessageType>
        <d3p1:MatchingMessageIds xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:long>1</d5p1:long>
          <d5p1:long>2</d5p1:long>
        </d3p1:MatchingMessageIds>
        <d3p1:Messages>
          <CurrentPageIndex>2</CurrentPageIndex>
          <EntityArray>
            <d3p1:InstantMessage>
              <d3p1:AdditionalHeading>sample string 32</d3p1:AdditionalHeading>
              <d3p1:AttachmentName>sample string 14</d3p1:AttachmentName>
              <d3p1:AttachmentUrl>sample string 13</d3p1:AttachmentUrl>
              <d3p1:CanDelete>true</d3p1:CanDelete>
              <d3p1:CanEdit>true</d3p1:CanEdit>
              <d3p1:ChildMessage>
                <d3p1:AdditionalHeading>sample string 32</d3p1:AdditionalHeading>
                <d3p1:AttachmentName>sample string 14</d3p1:AttachmentName>
                <d3p1:AttachmentUrl>sample string 13</d3p1:AttachmentUrl>
                <d3p1:CanDelete>true</d3p1:CanDelete>
                <d3p1:CanEdit>true</d3p1:CanEdit>
                <d3p1:ChildMessage i:nil="true" />
                <d3p1:Created>2025-06-11T09:46:00Z</d3p1:Created>
                <d3p1:CreatedBy>8</d3p1:CreatedBy>
                <d3p1:CreatedByAvatar>sample string 11</d3p1:CreatedByAvatar>
                <d3p1:CreatedByName>sample string 9</d3p1:CreatedByName>
                <d3p1:CreatedByShortName>sample string 38</d3p1:CreatedByShortName>
                <d3p1:CreatedFormatted>sample string 5</d3p1:CreatedFormatted>
                <d3p1:CreatedLocal>2025-06-11T09:46:00Z</d3p1:CreatedLocal>
                <d3p1:CreatedLocalDateStamp>sample string 37</d3p1:CreatedLocalDateStamp>
                <d3p1:CreatedLocalShortNumericDate>sample string 39</d3p1:CreatedLocalShortNumericDate>
                <d3p1:CreatedLocalTimeStamp>sample string 36</d3p1:CreatedLocalTimeStamp>
                <d3p1:CreatedRelative>sample string 6</d3p1:CreatedRelative>
                <d3p1:DeletedBy>20</d3p1:DeletedBy>
                <d3p1:EditedRelative>sample string 7</d3p1:EditedRelative>
                <d3p1:HasAbuseReported>true</d3p1:HasAbuseReported>
                <d3p1:HasAbuseThreadReported>true</d3p1:HasAbuseThreadReported>
                <d3p1:HasRepliedTo>true</d3p1:HasRepliedTo>
                <d3p1:HasShared>true</d3p1:HasShared>
                <d3p1:HomeOrganization>sample string 10</d3p1:HomeOrganization>
                <d3p1:InstantMessageThreadId>3</d3p1:InstantMessageThreadId>
                <d3p1:IsAbuse>true</d3p1:IsAbuse>
                <d3p1:IsBroadcastMassMessage>true</d3p1:IsBroadcastMassMessage>
                <d3p1:IsChildMessageDeletedPermanently>true</d3p1:IsChildMessageDeletedPermanently>
                <d3p1:IsDeleted>true</d3p1:IsDeleted>
                <d3p1:IsEdited>true</d3p1:IsEdited>
                <d3p1:IsSilent>true</d3p1:IsSilent>
                <d3p1:IsStarred>true</d3p1:IsStarred>
                <d3p1:IsSystemMessage>true</d3p1:IsSystemMessage>
                <d3p1:Link>sample string 15</d3p1:Link>
                <d3p1:LinkTarget>sample string 17</d3p1:LinkTarget>
                <d3p1:LinkTitle>sample string 16</d3p1:LinkTitle>
                <d3p1:MessageId>1</d3p1:MessageId>
                <d3p1:MessageThreadId>2</d3p1:MessageThreadId>
                <d3p1:MessageThreadParticipants>
                  <d3p1:InstantMessageParticipant>
                    <d3p1:AvatarUrl>sample string 2</d3p1:AvatarUrl>
                    <d3p1:LocationId>1</d3p1:LocationId>
                    <d3p1:LocationType>1</d3p1:LocationType>
                    <d3p1:Name>sample string 1</d3p1:Name>
                    <d3p1:PersonId>1</d3p1:PersonId>
                  </d3p1:InstantMessageParticipant>
                  <d3p1:InstantMessageParticipant>
                    <d3p1:AvatarUrl>sample string 2</d3p1:AvatarUrl>
                    <d3p1:LocationId>1</d3p1:LocationId>
                    <d3p1:LocationType>1</d3p1:LocationType>
                    <d3p1:Name>sample string 1</d3p1:Name>
                    <d3p1:PersonId>1</d3p1:PersonId>
                  </d3p1:InstantMessageParticipant>
                </d3p1:MessageThreadParticipants>
                <d3p1:OriginInstantMessage i:nil="true" />
                <d3p1:OriginInstantMessageThreadDeletedBy>1</d3p1:OriginInstantMessageThreadDeletedBy>
                <d3p1:OriginInstantMessageThreadId>1</d3p1:OriginInstantMessageThreadId>
                <d3p1:OriginInstantMessageThreadName>sample string 31</d3p1:OriginInstantMessageThreadName>
                <d3p1:Text>sample string 12</d3p1:Text>
              </d3p1:ChildMessage>
              <d3p1:Created>2025-06-11T09:46:00Z</d3p1:Created>
              <d3p1:CreatedBy>8</d3p1:CreatedBy>
              <d3p1:CreatedByAvatar>sample string 11</d3p1:CreatedByAvatar>
              <d3p1:CreatedByName>sample string 9</d3p1:CreatedByName>
              <d3p1:CreatedByShortName>sample string 38</d3p1:CreatedByShortName>
              <d3p1:CreatedFormatted>sample string 5</d3p1:CreatedFormatted>
              <d3p1:CreatedLocal>2025-06-11T09:46:00Z</d3p1:CreatedLocal>
              <d3p1:CreatedLocalDateStamp>sample string 37</d3p1:CreatedLocalDateStamp>
              <d3p1:CreatedLocalShortNumericDate>sample string 39</d3p1:CreatedLocalShortNumericDate>
              <d3p1:CreatedLocalTimeStamp>sample string 36</d3p1:CreatedLocalTimeStamp>
              <d3p1:CreatedRelative>sample string 6</d3p1:CreatedRelative>
              <d3p1:DeletedBy>20</d3p1:DeletedBy>
              <d3p1:EditedRelative>sample string 7</d3p1:EditedRelative>
              <d3p1:HasAbuseReported>true</d3p1:HasAbuseReported>
              <d3p1:HasAbuseThreadReported>true</d3p1:HasAbuseThreadReported>
              <d3p1:HasRepliedTo>true</d3p1:HasRepliedTo>
              <d3p1:HasShared>true</d3p1:HasShared>
              <d3p1:HomeOrganization>sample string 10</d3p1:HomeOrganization>
              <d3p1:InstantMessageThreadId>3</d3p1:InstantMessageThreadId>
              <d3p1:IsAbuse>true</d3p1:IsAbuse>
              <d3p1:IsBroadcastMassMessage>true</d3p1:IsBroadcastMassMessage>
              <d3p1:IsChildMessageDeletedPermanently>true</d3p1:IsChildMessageDeletedPermanently>
              <d3p1:IsDeleted>true</d3p1:IsDeleted>
              <d3p1:IsEdited>true</d3p1:IsEdited>
              <d3p1:IsSilent>true</d3p1:IsSilent>
              <d3p1:IsStarred>true</d3p1:IsStarred>
              <d3p1:IsSystemMessage>true</d3p1:IsSystemMessage>
              <d3p1:Link>sample string 15</d3p1:Link>
              <d3p1:LinkTarget>sample string 17</d3p1:LinkTarget>
              <d3p1:LinkTitle>sample string 16</d3p1:LinkTitle>
              <d3p1:MessageId>1</d3p1:MessageId>
              <d3p1:MessageThreadId>2</d3p1:MessageThreadId>
              <d3p1:MessageThreadParticipants>
                <d3p1:InstantMessageParticipant>
                  <d3p1:AvatarUrl>sample string 2</d3p1:AvatarUrl>
                  <d3p1:LocationId>1</d3p1:LocationId>
                  <d3p1:LocationType>1</d3p1:LocationType>
                  <d3p1:Name>sample string 1</d3p1:Name>
                  <d3p1:PersonId>1</d3p1:PersonId>
                </d3p1:InstantMessageParticipant>
                <d3p1:InstantMessageParticipant>
                  <d3p1:AvatarUrl>sample string 2</d3p1:AvatarUrl>
                  <d3p1:LocationId>1</d3p1:LocationId>
                  <d3p1:LocationType>1</d3p1:LocationType>
                  <d3p1:Name>sample string 1</d3p1:Name>
                  <d3p1:PersonId>1</d3p1:PersonId>
                </d3p1:InstantMessageParticipant>
              </d3p1:MessageThreadParticipants>
              <d3p1:OriginInstantMessage>
                <d3p1:AdditionalHeading>sample string 32</d3p1:AdditionalHeading>
                <d3p1:AttachmentName>sample string 14</d3p1:AttachmentName>
                <d3p1:AttachmentUrl>sample string 13</d3p1:AttachmentUrl>
                <d3p1:CanDelete>true</d3p1:CanDelete>
                <d3p1:CanEdit>true</d3p1:CanEdit>
                <d3p1:ChildMessage i:nil="true" />
                <d3p1:Created>2025-06-11T09:46:00Z</d3p1:Created>
                <d3p1:CreatedBy>8</d3p1:CreatedBy>
                <d3p1:CreatedByAvatar>sample string 11</d3p1:CreatedByAvatar>
                <d3p1:CreatedByName>sample string 9</d3p1:CreatedByName>
                <d3p1:CreatedByShortName>sample string 38</d3p1:CreatedByShortName>
                <d3p1:CreatedFormatted>sample string 5</d3p1:CreatedFormatted>
                <d3p1:CreatedLocal>2025-06-11T09:46:00Z</d3p1:CreatedLocal>
                <d3p1:CreatedLocalDateStamp>sample string 37</d3p1:CreatedLocalDateStamp>
                <d3p1:CreatedLocalShortNumericDate>sample string 39</d3p1:CreatedLocalShortNumericDate>
                <d3p1:CreatedLocalTimeStamp>sample string 36</d3p1:CreatedLocalTimeStamp>
                <d3p1:CreatedRelative>sample string 6</d3p1:CreatedRelative>
                <d3p1:DeletedBy>20</d3p1:DeletedBy>
                <d3p1:EditedRelative>sample string 7</d3p1:EditedRelative>
                <d3p1:HasAbuseReported>true</d3p1:HasAbuseReported>
                <d3p1:HasAbuseThreadReported>true</d3p1:HasAbuseThreadReported>
                <d3p1:HasRepliedTo>true</d3p1:HasRepliedTo>
                <d3p1:HasShared>true</d3p1:HasShared>
                <d3p1:HomeOrganization>sample string 10</d3p1:HomeOrganization>
                <d3p1:InstantMessageThreadId>3</d3p1:InstantMessageThreadId>
                <d3p1:IsAbuse>true</d3p1:IsAbuse>
                <d3p1:IsBroadcastMassMessage>true</d3p1:IsBroadcastMassMessage>
                <d3p1:IsChildMessageDeletedPermanently>true</d3p1:IsChildMessageDeletedPermanently>
                <d3p1:IsDeleted>true</d3p1:IsDeleted>
                <d3p1:IsEdited>true</d3p1:IsEdited>
                <d3p1:IsSilent>true</d3p1:IsSilent>
                <d3p1:IsStarred>true</d3p1:IsStarred>
                <d3p1:IsSystemMessage>true</d3p1:IsSystemMessage>
                <d3p1:Link>sample string 15</d3p1:Link>
                <d3p1:LinkTarget>sample string 17</d3p1:LinkTarget>
                <d3p1:LinkTitle>sample string 16</d3p1:LinkTitle>
                <d3p1:MessageId>1</d3p1:MessageId>
                <d3p1:MessageThreadId>2</d3p1:MessageThreadId>
                <d3p1:MessageThreadParticipants>
                  <d3p1:InstantMessageParticipant>
                    <d3p1:AvatarUrl>sample string 2</d3p1:AvatarUrl>
                    <d3p1:LocationId>1</d3p1:LocationId>
                    <d3p1:LocationType>1</d3p1:LocationType>
                    <d3p1:Name>sample string 1</d3p1:Name>
                    <d3p1:PersonId>1</d3p1:PersonId>
                  </d3p1:InstantMessageParticipant>
                  <d3p1:InstantMessageParticipant>
                    <d3p1:AvatarUrl>sample string 2</d3p1:AvatarUrl>
                    <d3p1:LocationId>1</d3p1:LocationId>
                    <d3p1:LocationType>1</d3p1:LocationType>
                    <d3p1:Name>sample string 1</d3p1:Name>
                    <d3p1:PersonId>1</d3p1:PersonId>
                  </d3p1:InstantMessageParticipant>
                </d3p1:MessageThreadParticipants>
                <d3p1:OriginInstantMessage i:nil="true" />
                <d3p1:OriginInstantMessageThreadDeletedBy>1</d3p1:OriginInstantMessageThreadDeletedBy>
                <d3p1:OriginInstantMessageThreadId>1</d3p1:OriginInstantMessageThreadId>
                <d3p1:OriginInstantMessageThreadName>sample string 31</d3p1:OriginInstantMessageThreadName>
                <d3p1:Text>sample string 12</d3p1:Text>
              </d3p1:OriginInstantMessage>
              <d3p1:OriginInstantMessageThreadDeletedBy>1</d3p1:OriginInstantMessageThreadDeletedBy>
              <d3p1:OriginInstantMessageThreadId>1</d3p1:OriginInstantMessageThreadId>
              <d3p1:OriginInstantMessageThreadName>sample string 31</d3p1:OriginInstantMessageThreadName>
              <d3p1:Text>sample string 12</d3p1:Text>
            </d3p1:InstantMessage>
            <d3p1:InstantMessage>
              <d3p1:AdditionalHeading>sample string 32</d3p1:AdditionalHeading>
              <d3p1:AttachmentName>sample string 14</d3p1:AttachmentName>
              <d3p1:AttachmentUrl>sample string 13</d3p1:AttachmentUrl>
              <d3p1:CanDelete>true</d3p1:CanDelete>
              <d3p1:CanEdit>true</d3p1:CanEdit>
              <d3p1:ChildMessage>
                <d3p1:AdditionalHeading>sample string 32</d3p1:AdditionalHeading>
                <d3p1:AttachmentName>sample string 14</d3p1:AttachmentName>
                <d3p1:AttachmentUrl>sample string 13</d3p1:AttachmentUrl>
                <d3p1:CanDelete>true</d3p1:CanDelete>
                <d3p1:CanEdit>true</d3p1:CanEdit>
                <d3p1:ChildMessage i:nil="true" />
                <d3p1:Created>2025-06-11T09:46:00Z</d3p1:Created>
                <d3p1:CreatedBy>8</d3p1:CreatedBy>
                <d3p1:CreatedByAvatar>sample string 11</d3p1:CreatedByAvatar>
                <d3p1:CreatedByName>sample string 9</d3p1:CreatedByName>
                <d3p1:CreatedByShortName>sample string 38</d3p1:CreatedByShortName>
                <d3p1:CreatedFormatted>sample string 5</d3p1:CreatedFormatted>
                <d3p1:CreatedLocal>2025-06-11T09:46:00Z</d3p1:CreatedLocal>
                <d3p1:CreatedLocalDateStamp>sample string 37</d3p1:CreatedLocalDateStamp>
                <d3p1:CreatedLocalShortNumericDate>sample string 39</d3p1:CreatedLocalShortNumericDate>
                <d3p1:CreatedLocalTimeStamp>sample string 36</d3p1:CreatedLocalTimeStamp>
                <d3p1:CreatedRelative>sample string 6</d3p1:CreatedRelative>
                <d3p1:DeletedBy>20</d3p1:DeletedBy>
                <d3p1:EditedRelative>sample string 7</d3p1:EditedRelative>
                <d3p1:HasAbuseReported>true</d3p1:HasAbuseReported>
                <d3p1:HasAbuseThreadReported>true</d3p1:HasAbuseThreadReported>
                <d3p1:HasRepliedTo>true</d3p1:HasRepliedTo>
                <d3p1:HasShared>true</d3p1:HasShared>
                <d3p1:HomeOrganization>sample string 10</d3p1:HomeOrganization>
                <d3p1:InstantMessageThreadId>3</d3p1:InstantMessageThreadId>
                <d3p1:IsAbuse>true</d3p1:IsAbuse>
                <d3p1:IsBroadcastMassMessage>true</d3p1:IsBroadcastMassMessage>
                <d3p1:IsChildMessageDeletedPermanently>true</d3p1:IsChildMessageDeletedPermanently>
                <d3p1:IsDeleted>true</d3p1:IsDeleted>
                <d3p1:IsEdited>true</d3p1:IsEdited>
                <d3p1:IsSilent>true</d3p1:IsSilent>
                <d3p1:IsStarred>true</d3p1:IsStarred>
                <d3p1:IsSystemMessage>true</d3p1:IsSystemMessage>
                <d3p1:Link>sample string 15</d3p1:Link>
                <d3p1:LinkTarget>sample string 17</d3p1:LinkTarget>
                <d3p1:LinkTitle>sample string 16</d3p1:LinkTitle>
                <d3p1:MessageId>1</d3p1:MessageId>
                <d3p1:MessageThreadId>2</d3p1:MessageThreadId>
                <d3p1:MessageThreadParticipants>
                  <d3p1:InstantMessageParticipant>
                    <d3p1:AvatarUrl>sample string 2</d3p1:AvatarUrl>
                    <d3p1:LocationId>1</d3p1:LocationId>
                    <d3p1:LocationType>1</d3p1:LocationType>
                    <d3p1:Name>sample string 1</d3p1:Name>
                    <d3p1:PersonId>1</d3p1:PersonId>
                  </d3p1:InstantMessageParticipant>
                  <d3p1:InstantMessageParticipant>
                    <d3p1:AvatarUrl>sample string 2</d3p1:AvatarUrl>
                    <d3p1:LocationId>1</d3p1:LocationId>
                    <d3p1:LocationType>1</d3p1:LocationType>
                    <d3p1:Name>sample string 1</d3p1:Name>
                    <d3p1:PersonId>1</d3p1:PersonId>
                  </d3p1:InstantMessageParticipant>
                </d3p1:MessageThreadParticipants>
                <d3p1:OriginInstantMessage i:nil="true" />
                <d3p1:OriginInstantMessageThreadDeletedBy>1</d3p1:OriginInstantMessageThreadDeletedBy>
                <d3p1:OriginInstantMessageThreadId>1</d3p1:OriginInstantMessageThreadId>
                <d3p1:OriginInstantMessageThreadName>sample string 31</d3p1:OriginInstantMessageThreadName>
                <d3p1:Text>sample string 12</d3p1:Text>
              </d3p1:ChildMessage>
              <d3p1:Created>2025-06-11T09:46:00Z</d3p1:Created>
              <d3p1:CreatedBy>8</d3p1:CreatedBy>
              <d3p1:CreatedByAvatar>sample string 11</d3p1:CreatedByAvatar>
              <d3p1:CreatedByName>sample string 9</d3p1:CreatedByName>
              <d3p1:CreatedByShortName>sample string 38</d3p1:CreatedByShortName>
              <d3p1:CreatedFormatted>sample string 5</d3p1:CreatedFormatted>
              <d3p1:CreatedLocal>2025-06-11T09:46:00Z</d3p1:CreatedLocal>
              <d3p1:CreatedLocalDateStamp>sample string 37</d3p1:CreatedLocalDateStamp>
              <d3p1:CreatedLocalShortNumericDate>sample string 39</d3p1:CreatedLocalShortNumericDate>
              <d3p1:CreatedLocalTimeStamp>sample string 36</d3p1:CreatedLocalTimeStamp>
              <d3p1:CreatedRelative>sample string 6</d3p1:CreatedRelative>
              <d3p1:DeletedBy>20</d3p1:DeletedBy>
              <d3p1:EditedRelative>sample string 7</d3p1:EditedRelative>
              <d3p1:HasAbuseReported>true</d3p1:HasAbuseReported>
              <d3p1:HasAbuseThreadReported>true</d3p1:HasAbuseThreadReported>
              <d3p1:HasRepliedTo>true</d3p1:HasRepliedTo>
              <d3p1:HasShared>true</d3p1:HasShared>
              <d3p1:HomeOrganization>sample string 10</d3p1:HomeOrganization>
              <d3p1:InstantMessageThreadId>3</d3p1:InstantMessageThreadId>
              <d3p1:IsAbuse>true</d3p1:IsAbuse>
              <d3p1:IsBroadcastMassMessage>true</d3p1:IsBroadcastMassMessage>
              <d3p1:IsChildMessageDeletedPermanently>true</d3p1:IsChildMessageDeletedPermanently>
              <d3p1:IsDeleted>true</d3p1:IsDeleted>
              <d3p1:IsEdited>true</d3p1:IsEdited>
              <d3p1:IsSilent>true</d3p1:IsSilent>
              <d3p1:IsStarred>true</d3p1:IsStarred>
              <d3p1:IsSystemMessage>true</d3p1:IsSystemMessage>
              <d3p1:Link>sample string 15</d3p1:Link>
              <d3p1:LinkTarget>sample string 17</d3p1:LinkTarget>
              <d3p1:LinkTitle>sample string 16</d3p1:LinkTitle>
              <d3p1:MessageId>1</d3p1:MessageId>
              <d3p1:MessageThreadId>2</d3p1:MessageThreadId>
              <d3p1:MessageThreadParticipants>
                <d3p1:InstantMessageParticipant>
                  <d3p1:AvatarUrl>sample string 2</d3p1:AvatarUrl>
                  <d3p1:LocationId>1</d3p1:LocationId>
                  <d3p1:LocationType>1</d3p1:LocationType>
                  <d3p1:Name>sample string 1</d3p1:Name>
                  <d3p1:PersonId>1</d3p1:PersonId>
                </d3p1:InstantMessageParticipant>
                <d3p1:InstantMessageParticipant>
                  <d3p1:AvatarUrl>sample string 2</d3p1:AvatarUrl>
                  <d3p1:LocationId>1</d3p1:LocationId>
                  <d3p1:LocationType>1</d3p1:LocationType>
                  <d3p1:Name>sample string 1</d3p1:Name>
                  <d3p1:PersonId>1</d3p1:PersonId>
                </d3p1:InstantMessageParticipant>
              </d3p1:MessageThreadParticipants>
              <d3p1:OriginInstantMessage>
                <d3p1:AdditionalHeading>sample string 32</d3p1:AdditionalHeading>
                <d3p1:AttachmentName>sample string 14</d3p1:AttachmentName>
                <d3p1:AttachmentUrl>sample string 13</d3p1:AttachmentUrl>
                <d3p1:CanDelete>true</d3p1:CanDelete>
                <d3p1:CanEdit>true</d3p1:CanEdit>
                <d3p1:ChildMessage i:nil="true" />
                <d3p1:Created>2025-06-11T09:46:00Z</d3p1:Created>
                <d3p1:CreatedBy>8</d3p1:CreatedBy>
                <d3p1:CreatedByAvatar>sample string 11</d3p1:CreatedByAvatar>
                <d3p1:CreatedByName>sample string 9</d3p1:CreatedByName>
                <d3p1:CreatedByShortName>sample string 38</d3p1:CreatedByShortName>
                <d3p1:CreatedFormatted>sample string 5</d3p1:CreatedFormatted>
                <d3p1:CreatedLocal>2025-06-11T09:46:00Z</d3p1:CreatedLocal>
                <d3p1:CreatedLocalDateStamp>sample string 37</d3p1:CreatedLocalDateStamp>
                <d3p1:CreatedLocalShortNumericDate>sample string 39</d3p1:CreatedLocalShortNumericDate>
                <d3p1:CreatedLocalTimeStamp>sample string 36</d3p1:CreatedLocalTimeStamp>
                <d3p1:CreatedRelative>sample string 6</d3p1:CreatedRelative>
                <d3p1:DeletedBy>20</d3p1:DeletedBy>
                <d3p1:EditedRelative>sample string 7</d3p1:EditedRelative>
                <d3p1:HasAbuseReported>true</d3p1:HasAbuseReported>
                <d3p1:HasAbuseThreadReported>true</d3p1:HasAbuseThreadReported>
                <d3p1:HasRepliedTo>true</d3p1:HasRepliedTo>
                <d3p1:HasShared>true</d3p1:HasShared>
                <d3p1:HomeOrganization>sample string 10</d3p1:HomeOrganization>
                <d3p1:InstantMessageThreadId>3</d3p1:InstantMessageThreadId>
                <d3p1:IsAbuse>true</d3p1:IsAbuse>
                <d3p1:IsBroadcastMassMessage>true</d3p1:IsBroadcastMassMessage>
                <d3p1:IsChildMessageDeletedPermanently>true</d3p1:IsChildMessageDeletedPermanently>
                <d3p1:IsDeleted>true</d3p1:IsDeleted>
                <d3p1:IsEdited>true</d3p1:IsEdited>
                <d3p1:IsSilent>true</d3p1:IsSilent>
                <d3p1:IsStarred>true</d3p1:IsStarred>
                <d3p1:IsSystemMessage>true</d3p1:IsSystemMessage>
                <d3p1:Link>sample string 15</d3p1:Link>
                <d3p1:LinkTarget>sample string 17</d3p1:LinkTarget>
                <d3p1:LinkTitle>sample string 16</d3p1:LinkTitle>
                <d3p1:MessageId>1</d3p1:MessageId>
                <d3p1:MessageThreadId>2</d3p1:MessageThreadId>
                <d3p1:MessageThreadParticipants>
                  <d3p1:InstantMessageParticipant>
                    <d3p1:AvatarUrl>sample string 2</d3p1:AvatarUrl>
                    <d3p1:LocationId>1</d3p1:LocationId>
                    <d3p1:LocationType>1</d3p1:LocationType>
                    <d3p1:Name>sample string 1</d3p1:Name>
                    <d3p1:PersonId>1</d3p1:PersonId>
                  </d3p1:InstantMessageParticipant>
                  <d3p1:InstantMessageParticipant>
                    <d3p1:AvatarUrl>sample string 2</d3p1:AvatarUrl>
                    <d3p1:LocationId>1</d3p1:LocationId>
                    <d3p1:LocationType>1</d3p1:LocationType>
                    <d3p1:Name>sample string 1</d3p1:Name>
                    <d3p1:PersonId>1</d3p1:PersonId>
                  </d3p1:InstantMessageParticipant>
                </d3p1:MessageThreadParticipants>
                <d3p1:OriginInstantMessage i:nil="true" />
                <d3p1:OriginInstantMessageThreadDeletedBy>1</d3p1:OriginInstantMessageThreadDeletedBy>
                <d3p1:OriginInstantMessageThreadId>1</d3p1:OriginInstantMessageThreadId>
                <d3p1:OriginInstantMessageThreadName>sample string 31</d3p1:OriginInstantMessageThreadName>
                <d3p1:Text>sample string 12</d3p1:Text>
              </d3p1:OriginInstantMessage>
              <d3p1:OriginInstantMessageThreadDeletedBy>1</d3p1:OriginInstantMessageThreadDeletedBy>
              <d3p1:OriginInstantMessageThreadId>1</d3p1:OriginInstantMessageThreadId>
              <d3p1:OriginInstantMessageThreadName>sample string 31</d3p1:OriginInstantMessageThreadName>
              <d3p1:Text>sample string 12</d3p1:Text>
            </d3p1:InstantMessage>
          </EntityArray>
          <PageSize>3</PageSize>
          <Total>1</Total>
        </d3p1:Messages>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:NumberOfInactiveParticipants>11</d3p1:NumberOfInactiveParticipants>
        <d3p1:OnlyThreadAdminCanSendToThread>true</d3p1:OnlyThreadAdminCanSendToThread>
        <d3p1:Participants>
          <ThreadParticipant>
            <AdditionalInfo>sample string 10</AdditionalInfo>
            <FirstName>sample string 6</FirstName>
            <FullName>sample string 8</FullName>
            <LastName>sample string 7</LastName>
            <PersonId>5</PersonId>
            <ProfileImageUrl>sample string 11</ProfileImageUrl>
            <ProfileImageUrlSmall>sample string 12</ProfileImageUrlSmall>
            <ProfileUrl>sample string 9</ProfileUrl>
            <CanReceive>true</CanReceive>
            <ExtraUserInformation>sample string 4</ExtraUserInformation>
            <IsDeleted>true</IsDeleted>
            <RoleInHierarchy>None</RoleInHierarchy>
            <RoleInHierarchyTitle>sample string 3</RoleInHierarchyTitle>
            <SourceLocationId>1</SourceLocationId>
            <SourceLocationType>Course</SourceLocationType>
          </ThreadParticipant>
          <ThreadParticipant>
            <AdditionalInfo>sample string 10</AdditionalInfo>
            <FirstName>sample string 6</FirstName>
            <FullName>sample string 8</FullName>
            <LastName>sample string 7</LastName>
            <PersonId>5</PersonId>
            <ProfileImageUrl>sample string 11</ProfileImageUrl>
            <ProfileImageUrlSmall>sample string 12</ProfileImageUrlSmall>
            <ProfileUrl>sample string 9</ProfileUrl>
            <CanReceive>true</CanReceive>
            <ExtraUserInformation>sample string 4</ExtraUserInformation>
            <IsDeleted>true</IsDeleted>
            <RoleInHierarchy>None</RoleInHierarchy>
            <RoleInHierarchyTitle>sample string 3</RoleInHierarchyTitle>
            <SourceLocationId>1</SourceLocationId>
            <SourceLocationType>Course</SourceLocationType>
          </ThreadParticipant>
        </d3p1:Participants>
        <d3p1:ParticipantsCount>8</d3p1:ParticipantsCount>
        <d3p1:SortIndex>1</d3p1:SortIndex>
        <d3p1:Tooltip>sample string 23</d3p1:Tooltip>
        <d3p1:Type>sample string 6</d3p1:Type>
        <d3p1:UserAllowToBlockThread>true</d3p1:UserAllowToBlockThread>
      </d3p1:InstantMessageThread>
    </EntityArray>
    <PageSize xmlns="">3</PageSize>
    <Total xmlns="">1</Total>
  </Threads>
</InstantMessageThreadListModel>