GET api/admin/users/{userId}/alerts?includeUnresolvedOnly={includeUnresolvedOnly}

This method will retrieve user alerts for a specific user identified by an id. A second request parameter should be used to filter alerts being retrieved to all or unresolved alerts only

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

User id

integer

Required

includeUnresolvedOnly

Filter flag that indicates whether to instruct all items only un-resolved ones

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Collection of

Collection of UserAlertPo
NameDescriptionTypeAdditional information
AlertType

string

None.

PriorityLevel

string

None.

OriginatorUserName

string

None.

OriginatorFirstName

string

None.

OriginatorLastName

string

None.

OriginatorEmail

string

None.

Id

integer

None.

Content

string

None.

Deadline

date

None.

AddedDate

date

None.

ResolvedDate

date

None.

UserId

integer

None.

AlertTypeId

integer

None.

PriorityId

integer

None.

OriginatorUserId

integer

None.

User

AspNetUser

None.

AlertType

AlertType

None.

Priority

Priority

None.

OriginatorUser

AspNetUser

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "alertType": "sample string 1",
    "priorityLevel": "sample string 2",
    "originatorUserName": "sample string 3",
    "originatorFirstName": "sample string 4",
    "originatorLastName": "sample string 5",
    "originatorEmail": "sample string 6",
    "id": 7,
    "content": "sample string 8",
    "deadline": "2025-05-20T15:04:26.3979634-05:00",
    "addedDate": "2025-05-20T15:04:26.3979634-05:00",
    "resolvedDate": "2025-05-20T15:04:26.3979634-05:00",
    "userId": 11,
    "alertTypeId": 12,
    "priorityId": 13,
    "originatorUserId": 1,
    "user": {
      "id": 1,
      "accessFailedCount": 2,
      "email": "sample string 3",
      "emailConfirmed": true,
      "lockoutEnabled": true,
      "lockoutEndDateUtc": "2025-05-20T15:04:26.3979634-05:00",
      "passwordHash": "sample string 6",
      "phoneNumberConfirmed": true,
      "securityStamp": "sample string 8",
      "twoFactorEnabled": true,
      "userName": "sample string 10",
      "joinDate": "2025-05-20T15:04:26.3979634-05:00",
      "firstName": "sample string 12",
      "lastName": "sample string 13",
      "isSystemUser": true,
      "accountVerified": true,
      "acceptedTermsAndConditionsDate": "2025-05-20T15:04:26.3979634-05:00",
      "phoneNumber": "sample string 15",
      "roles": [],
      "claims": [],
      "logins": []
    },
    "priority": {
      "id": 1,
      "level": "sample string 2"
    },
    "originatorUser": {
      "id": 1,
      "accessFailedCount": 2,
      "email": "sample string 3",
      "emailConfirmed": true,
      "lockoutEnabled": true,
      "lockoutEndDateUtc": "2025-05-20T15:04:26.3979634-05:00",
      "passwordHash": "sample string 6",
      "phoneNumberConfirmed": true,
      "securityStamp": "sample string 8",
      "twoFactorEnabled": true,
      "userName": "sample string 10",
      "joinDate": "2025-05-20T15:04:26.3979634-05:00",
      "firstName": "sample string 12",
      "lastName": "sample string 13",
      "isSystemUser": true,
      "accountVerified": true,
      "acceptedTermsAndConditionsDate": "2025-05-20T15:04:26.3979634-05:00",
      "phoneNumber": "sample string 15",
      "roles": [],
      "claims": [],
      "logins": []
    }
  },
  {
    "alertType": "sample string 1",
    "priorityLevel": "sample string 2",
    "originatorUserName": "sample string 3",
    "originatorFirstName": "sample string 4",
    "originatorLastName": "sample string 5",
    "originatorEmail": "sample string 6",
    "id": 7,
    "content": "sample string 8",
    "deadline": "2025-05-20T15:04:26.3979634-05:00",
    "addedDate": "2025-05-20T15:04:26.3979634-05:00",
    "resolvedDate": "2025-05-20T15:04:26.3979634-05:00",
    "userId": 11,
    "alertTypeId": 12,
    "priorityId": 13,
    "originatorUserId": 1,
    "user": {
      "id": 1,
      "accessFailedCount": 2,
      "email": "sample string 3",
      "emailConfirmed": true,
      "lockoutEnabled": true,
      "lockoutEndDateUtc": "2025-05-20T15:04:26.3979634-05:00",
      "passwordHash": "sample string 6",
      "phoneNumberConfirmed": true,
      "securityStamp": "sample string 8",
      "twoFactorEnabled": true,
      "userName": "sample string 10",
      "joinDate": "2025-05-20T15:04:26.3979634-05:00",
      "firstName": "sample string 12",
      "lastName": "sample string 13",
      "isSystemUser": true,
      "accountVerified": true,
      "acceptedTermsAndConditionsDate": "2025-05-20T15:04:26.3979634-05:00",
      "phoneNumber": "sample string 15",
      "roles": [],
      "claims": [],
      "logins": []
    },
    "priority": {
      "id": 1,
      "level": "sample string 2"
    },
    "originatorUser": {
      "id": 1,
      "accessFailedCount": 2,
      "email": "sample string 3",
      "emailConfirmed": true,
      "lockoutEnabled": true,
      "lockoutEndDateUtc": "2025-05-20T15:04:26.3979634-05:00",
      "passwordHash": "sample string 6",
      "phoneNumberConfirmed": true,
      "securityStamp": "sample string 8",
      "twoFactorEnabled": true,
      "userName": "sample string 10",
      "joinDate": "2025-05-20T15:04:26.3979634-05:00",
      "firstName": "sample string 12",
      "lastName": "sample string 13",
      "isSystemUser": true,
      "accountVerified": true,
      "acceptedTermsAndConditionsDate": "2025-05-20T15:04:26.3979634-05:00",
      "phoneNumber": "sample string 15",
      "roles": [],
      "claims": [],
      "logins": []
    }
  }
]

text/html

Sample:
[{"alertType":"sample string 1","priorityLevel":"sample string 2","originatorUserName":"sample string 3","originatorFirstName":"sample string 4","originatorLastName":"sample string 5","originatorEmail":"sample string 6","id":7,"content":"sample string 8","deadline":"2025-05-20T15:04:26.3979634-05:00","addedDate":"2025-05-20T15:04:26.3979634-05:00","resolvedDate":"2025-05-20T15:04:26.3979634-05:00","userId":11,"alertTypeId":12,"priorityId":13,"originatorUserId":1,"user":{"id":1,"accessFailedCount":2,"email":"sample string 3","emailConfirmed":true,"lockoutEnabled":true,"lockoutEndDateUtc":"2025-05-20T15:04:26.3979634-05:00","passwordHash":"sample string 6","phoneNumberConfirmed":true,"securityStamp":"sample string 8","twoFactorEnabled":true,"userName":"sample string 10","joinDate":"2025-05-20T15:04:26.3979634-05:00","firstName":"sample string 12","lastName":"sample string 13","isSystemUser":true,"accountVerified":true,"acceptedTermsAndConditionsDate":"2025-05-20T15:04:26.3979634-05:00","phoneNumber":"sample string 15","roles":[],"claims":[],"logins":[]},"priority":{"id":1,"level":"sample string 2"},"originatorUser":{"id":1,"accessFailedCount":2,"email":"sample string 3","emailConfirmed":true,"lockoutEnabled":true,"lockoutEndDateUtc":"2025-05-20T15:04:26.3979634-05:00","passwordHash":"sample string 6","phoneNumberConfirmed":true,"securityStamp":"sample string 8","twoFactorEnabled":true,"userName":"sample string 10","joinDate":"2025-05-20T15:04:26.3979634-05:00","firstName":"sample string 12","lastName":"sample string 13","isSystemUser":true,"accountVerified":true,"acceptedTermsAndConditionsDate":"2025-05-20T15:04:26.3979634-05:00","phoneNumber":"sample string 15","roles":[],"claims":[],"logins":[]}},{"alertType":"sample string 1","priorityLevel":"sample string 2","originatorUserName":"sample string 3","originatorFirstName":"sample string 4","originatorLastName":"sample string 5","originatorEmail":"sample string 6","id":7,"content":"sample string 8","deadline":"2025-05-20T15:04:26.3979634-05:00","addedDate":"2025-05-20T15:04:26.3979634-05:00","resolvedDate":"2025-05-20T15:04:26.3979634-05:00","userId":11,"alertTypeId":12,"priorityId":13,"originatorUserId":1,"user":{"id":1,"accessFailedCount":2,"email":"sample string 3","emailConfirmed":true,"lockoutEnabled":true,"lockoutEndDateUtc":"2025-05-20T15:04:26.3979634-05:00","passwordHash":"sample string 6","phoneNumberConfirmed":true,"securityStamp":"sample string 8","twoFactorEnabled":true,"userName":"sample string 10","joinDate":"2025-05-20T15:04:26.3979634-05:00","firstName":"sample string 12","lastName":"sample string 13","isSystemUser":true,"accountVerified":true,"acceptedTermsAndConditionsDate":"2025-05-20T15:04:26.3979634-05:00","phoneNumber":"sample string 15","roles":[],"claims":[],"logins":[]},"priority":{"id":1,"level":"sample string 2"},"originatorUser":{"id":1,"accessFailedCount":2,"email":"sample string 3","emailConfirmed":true,"lockoutEnabled":true,"lockoutEndDateUtc":"2025-05-20T15:04:26.3979634-05:00","passwordHash":"sample string 6","phoneNumberConfirmed":true,"securityStamp":"sample string 8","twoFactorEnabled":true,"userName":"sample string 10","joinDate":"2025-05-20T15:04:26.3979634-05:00","firstName":"sample string 12","lastName":"sample string 13","isSystemUser":true,"accountVerified":true,"acceptedTermsAndConditionsDate":"2025-05-20T15:04:26.3979634-05:00","phoneNumber":"sample string 15","roles":[],"claims":[],"logins":[]}}]

application/xml, text/xml

Sample:
<ArrayOfUserAlertPo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos">
  <UserAlertPo>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">7</Id>
    <AddedDate xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">2025-05-20T15:04:26.3979634-05:00</AddedDate>
    <AlertType xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <d3p1:Description>sample string 3</d3p1:Description>
      <d3p1:Type>sample string 2</d3p1:Type>
    </AlertType>
    <AlertTypeId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">12</AlertTypeId>
    <Content xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 8</Content>
    <Deadline xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">2025-05-20T15:04:26.3979634-05:00</Deadline>
    <OriginatorUser xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.AuthEntities" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
      <AccessFailedCount xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">2</AccessFailedCount>
      <Email xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 3</Email>
      <EmailConfirmed xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</EmailConfirmed>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">1</Id>
      <LockoutEnabled xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</LockoutEnabled>
      <LockoutEndDateUtc xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">2025-05-20T15:04:26.3979634-05:00</LockoutEndDateUtc>
      <PasswordHash xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 6</PasswordHash>
      <PhoneNumber xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 15</PhoneNumber>
      <PhoneNumberConfirmed xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</PhoneNumberConfirmed>
      <SecurityStamp xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 8</SecurityStamp>
      <TwoFactorEnabled xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</TwoFactorEnabled>
      <UserName xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 10</UserName>
      <d3p1:AcceptedTermsAndConditionsDate>2025-05-20T15:04:26.3979634-05:00</d3p1:AcceptedTermsAndConditionsDate>
      <d3p1:AccountVerified>true</d3p1:AccountVerified>
      <d3p1:FirstName>sample string 12</d3p1:FirstName>
      <d3p1:IsSystemUser>true</d3p1:IsSystemUser>
      <d3p1:JoinDate>2025-05-20T15:04:26.3979634-05:00</d3p1:JoinDate>
      <d3p1:LastName>sample string 13</d3p1:LastName>
    </OriginatorUser>
    <OriginatorUserId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</OriginatorUserId>
    <Priority xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <d3p1:Level>sample string 2</d3p1:Level>
    </Priority>
    <PriorityId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">13</PriorityId>
    <ResolvedDate xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">2025-05-20T15:04:26.3979634-05:00</ResolvedDate>
    <User xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.AuthEntities" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
      <AccessFailedCount xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">2</AccessFailedCount>
      <Email xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 3</Email>
      <EmailConfirmed xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</EmailConfirmed>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">1</Id>
      <LockoutEnabled xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</LockoutEnabled>
      <LockoutEndDateUtc xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">2025-05-20T15:04:26.3979634-05:00</LockoutEndDateUtc>
      <PasswordHash xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 6</PasswordHash>
      <PhoneNumber xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 15</PhoneNumber>
      <PhoneNumberConfirmed xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</PhoneNumberConfirmed>
      <SecurityStamp xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 8</SecurityStamp>
      <TwoFactorEnabled xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</TwoFactorEnabled>
      <UserName xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 10</UserName>
      <d3p1:AcceptedTermsAndConditionsDate>2025-05-20T15:04:26.3979634-05:00</d3p1:AcceptedTermsAndConditionsDate>
      <d3p1:AccountVerified>true</d3p1:AccountVerified>
      <d3p1:FirstName>sample string 12</d3p1:FirstName>
      <d3p1:IsSystemUser>true</d3p1:IsSystemUser>
      <d3p1:JoinDate>2025-05-20T15:04:26.3979634-05:00</d3p1:JoinDate>
      <d3p1:LastName>sample string 13</d3p1:LastName>
    </User>
    <UserId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">11</UserId>
    <AlertType>sample string 1</AlertType>
    <OriginatorEmail>sample string 6</OriginatorEmail>
    <OriginatorFirstName>sample string 4</OriginatorFirstName>
    <OriginatorLastName>sample string 5</OriginatorLastName>
    <OriginatorUserName>sample string 3</OriginatorUserName>
    <PriorityLevel>sample string 2</PriorityLevel>
  </UserAlertPo>
  <UserAlertPo>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">7</Id>
    <AddedDate xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">2025-05-20T15:04:26.3979634-05:00</AddedDate>
    <AlertType xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <d3p1:Description>sample string 3</d3p1:Description>
      <d3p1:Type>sample string 2</d3p1:Type>
    </AlertType>
    <AlertTypeId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">12</AlertTypeId>
    <Content xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 8</Content>
    <Deadline xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">2025-05-20T15:04:26.3979634-05:00</Deadline>
    <OriginatorUser xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.AuthEntities" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
      <AccessFailedCount xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">2</AccessFailedCount>
      <Email xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 3</Email>
      <EmailConfirmed xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</EmailConfirmed>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">1</Id>
      <LockoutEnabled xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</LockoutEnabled>
      <LockoutEndDateUtc xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">2025-05-20T15:04:26.3979634-05:00</LockoutEndDateUtc>
      <PasswordHash xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 6</PasswordHash>
      <PhoneNumber xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 15</PhoneNumber>
      <PhoneNumberConfirmed xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</PhoneNumberConfirmed>
      <SecurityStamp xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 8</SecurityStamp>
      <TwoFactorEnabled xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</TwoFactorEnabled>
      <UserName xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 10</UserName>
      <d3p1:AcceptedTermsAndConditionsDate>2025-05-20T15:04:26.3979634-05:00</d3p1:AcceptedTermsAndConditionsDate>
      <d3p1:AccountVerified>true</d3p1:AccountVerified>
      <d3p1:FirstName>sample string 12</d3p1:FirstName>
      <d3p1:IsSystemUser>true</d3p1:IsSystemUser>
      <d3p1:JoinDate>2025-05-20T15:04:26.3979634-05:00</d3p1:JoinDate>
      <d3p1:LastName>sample string 13</d3p1:LastName>
    </OriginatorUser>
    <OriginatorUserId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</OriginatorUserId>
    <Priority xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <d3p1:Level>sample string 2</d3p1:Level>
    </Priority>
    <PriorityId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">13</PriorityId>
    <ResolvedDate xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">2025-05-20T15:04:26.3979634-05:00</ResolvedDate>
    <User xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.AuthEntities" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
      <AccessFailedCount xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">2</AccessFailedCount>
      <Email xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 3</Email>
      <EmailConfirmed xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</EmailConfirmed>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">1</Id>
      <LockoutEnabled xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</LockoutEnabled>
      <LockoutEndDateUtc xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">2025-05-20T15:04:26.3979634-05:00</LockoutEndDateUtc>
      <PasswordHash xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 6</PasswordHash>
      <PhoneNumber xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 15</PhoneNumber>
      <PhoneNumberConfirmed xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</PhoneNumberConfirmed>
      <SecurityStamp xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 8</SecurityStamp>
      <TwoFactorEnabled xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</TwoFactorEnabled>
      <UserName xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 10</UserName>
      <d3p1:AcceptedTermsAndConditionsDate>2025-05-20T15:04:26.3979634-05:00</d3p1:AcceptedTermsAndConditionsDate>
      <d3p1:AccountVerified>true</d3p1:AccountVerified>
      <d3p1:FirstName>sample string 12</d3p1:FirstName>
      <d3p1:IsSystemUser>true</d3p1:IsSystemUser>
      <d3p1:JoinDate>2025-05-20T15:04:26.3979634-05:00</d3p1:JoinDate>
      <d3p1:LastName>sample string 13</d3p1:LastName>
    </User>
    <UserId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">11</UserId>
    <AlertType>sample string 1</AlertType>
    <OriginatorEmail>sample string 6</OriginatorEmail>
    <OriginatorFirstName>sample string 4</OriginatorFirstName>
    <OriginatorLastName>sample string 5</OriginatorLastName>
    <OriginatorUserName>sample string 3</OriginatorUserName>
    <PriorityLevel>sample string 2</PriorityLevel>
  </UserAlertPo>
</ArrayOfUserAlertPo>