GET api/ProcessingActionUsers?EmailAddress={EmailAddress}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
EmailAddress | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApplicationUserName | Description | Type | Additional information |
---|---|---|---|
FirstName | string |
None. |
|
LastName | string |
None. |
|
FullName | string |
None. |
|
DateOfBirth | date |
None. |
|
OccupationFK | integer |
None. |
|
Gender | string |
None. |
|
CountryFK | integer |
None. |
|
Address | string |
None. |
|
StateFK | integer |
None. |
|
IsAllowNotificationsViaPopUps | boolean |
None. |
|
IsAllowNotificationsViaEmail | boolean |
None. |
|
IsAllowNotificationsViaSMS | boolean |
None. |
|
IsAllowNotificationsForRating | boolean |
None. |
|
IsAllowNotificationsForNewsAndAnnoucements | boolean |
None. |
|
IsAllowNotificationsForNewsletter | boolean |
None. |
|
IsAllowNotificationsForMonthlyAccountStatement | boolean |
None. |
|
IsDeleted | boolean |
None. |
|
TimeStamp | date |
None. |
|
Location | string |
None. |
|
DisplayName | string |
None. |
|
CountryCode | string |
None. |
|
ReasonforClose | string |
None. |
|
ClosedOn | date |
None. |
|
LastActivity | date |
None. |
|
SessionID | string |
None. |
|
WritingAllowed | integer |
None. |
|
MarkerStatusFK | integer |
None. |
|
LastTestGivenAt | date |
None. |
|
RecordNo | integer |
None. |
|
OrganizationFK | integer |
None. |
|
string |
None. |
||
EmailConfirmed | boolean |
None. |
|
PasswordHash | string |
None. |
|
SecurityStamp | string |
None. |
|
PhoneNumber | string |
None. |
|
PhoneNumberConfirmed | boolean |
None. |
|
TwoFactorEnabled | boolean |
None. |
|
LockoutEndDateUtc | date |
None. |
|
LockoutEnabled | boolean |
None. |
|
AccessFailedCount | integer |
None. |
|
Roles | Collection of IdentityUserRole |
None. |
|
Claims | Collection of IdentityUserClaim |
None. |
|
Logins | Collection of IdentityUserLogin |
None. |
|
Id | string |
None. |
|
UserName | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "FirstName": "sample string 1", "LastName": "sample string 2", "FullName": "sample string 3", "DateOfBirth": "2024-12-22T23:33:06.162961+00:00", "OccupationFK": 1, "Gender": "sample string 4", "CountryFK": 1, "Address": "sample string 5", "StateFK": 1, "IsAllowNotificationsViaPopUps": true, "IsAllowNotificationsViaEmail": true, "IsAllowNotificationsViaSMS": true, "IsAllowNotificationsForRating": true, "IsAllowNotificationsForNewsAndAnnoucements": true, "IsAllowNotificationsForNewsletter": true, "IsAllowNotificationsForMonthlyAccountStatement": true, "IsDeleted": true, "TimeStamp": "2024-12-22T23:33:06.162961+00:00", "Location": "sample string 15", "DisplayName": "sample string 16", "CountryCode": "sample string 17", "ReasonforClose": "sample string 18", "ClosedOn": "2024-12-22T23:33:06.162961+00:00", "LastActivity": "2024-12-22T23:33:06.162961+00:00", "SessionID": "sample string 19", "WritingAllowed": 20, "MarkerStatusFK": 1, "LastTestGivenAt": "2024-12-22T23:33:06.162961+00:00", "RecordNo": 21, "OrganizationFK": 1, "Email": "sample string 22", "EmailConfirmed": true, "PasswordHash": "sample string 24", "SecurityStamp": "sample string 25", "PhoneNumber": "sample string 26", "PhoneNumberConfirmed": true, "TwoFactorEnabled": true, "LockoutEndDateUtc": "2024-12-22T23:33:06.162961+00:00", "LockoutEnabled": true, "AccessFailedCount": 30, "Roles": [], "Claims": [], "Logins": [], "Id": "sample string 31", "UserName": "sample string 32" }
application/xml, text/xml
Sample:
<ApplicationUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrishAcademy.Models"> <AccessFailedCount xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">30</AccessFailedCount> <Email xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 22</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">sample string 31</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">2024-12-22T23:33:06.162961+00:00</LockoutEndDateUtc> <PasswordHash xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 24</PasswordHash> <PhoneNumber xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 26</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 25</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 32</UserName> <Address>sample string 5</Address> <ClosedOn xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2024-12-22T23:33:06.162961Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </ClosedOn> <CountryCode>sample string 17</CountryCode> <CountryFK>1</CountryFK> <DateOfBirth>2024-12-22T23:33:06.162961+00:00</DateOfBirth> <DisplayName>sample string 16</DisplayName> <FirstName>sample string 1</FirstName> <FullName>sample string 3</FullName> <Gender>sample string 4</Gender> <IsAllowNotificationsForMonthlyAccountStatement>true</IsAllowNotificationsForMonthlyAccountStatement> <IsAllowNotificationsForNewsAndAnnoucements>true</IsAllowNotificationsForNewsAndAnnoucements> <IsAllowNotificationsForNewsletter>true</IsAllowNotificationsForNewsletter> <IsAllowNotificationsForRating>true</IsAllowNotificationsForRating> <IsAllowNotificationsViaEmail>true</IsAllowNotificationsViaEmail> <IsAllowNotificationsViaPopUps>true</IsAllowNotificationsViaPopUps> <IsAllowNotificationsViaSMS>true</IsAllowNotificationsViaSMS> <IsDeleted>true</IsDeleted> <LastActivity xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2024-12-22T23:33:06.162961Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </LastActivity> <LastName>sample string 2</LastName> <LastTestGivenAt>2024-12-22T23:33:06.162961+00:00</LastTestGivenAt> <Location>sample string 15</Location> <MarkerStatusFK>1</MarkerStatusFK> <OccupationFK>1</OccupationFK> <OrganizationFK>1</OrganizationFK> <ReasonforClose>sample string 18</ReasonforClose> <RecordNo>21</RecordNo> <SessionID>sample string 19</SessionID> <StateFK>1</StateFK> <TimeStamp>2024-12-22T23:33:06.162961+00:00</TimeStamp> <WritingAllowed>20</WritingAllowed> </ApplicationUser>