GET api/UserPlan?EmailAddress={EmailAddress}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| EmailAddress | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApplicationUser| Name | 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. |
|
| LoginSourceFK | integer |
None. |
|
| LoginSource | LoginSource |
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": "2025-10-27T06:48:24.9430584+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": "2025-10-27T06:48:24.9430584+00:00",
"Location": "sample string 15",
"DisplayName": "sample string 16",
"CountryCode": "sample string 17",
"ReasonforClose": "sample string 18",
"ClosedOn": "2025-10-27T06:48:24.9430584+00:00",
"LastActivity": "2025-10-27T06:48:24.9430584+00:00",
"SessionID": "sample string 19",
"WritingAllowed": 20,
"MarkerStatusFK": 1,
"LastTestGivenAt": "2025-10-27T06:48:24.9430584+00:00",
"LoginSourceFK": 1,
"LoginSource": {
"RecordNo": 1,
"SourceName": "sample string 2",
"CreatedOn": "2025-10-27T06:48:24.9430584+00:00",
"UpdatedOn": "2025-10-27T06:48:24.9430584+00:00",
"IsDeleted": true
},
"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": "2025-10-27T06:48:24.9430584+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">2025-10-27T06:48:24.9430584+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>2025-10-27T06:48:24.9430584Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</ClosedOn>
<CountryCode>sample string 17</CountryCode>
<CountryFK>1</CountryFK>
<DateOfBirth>2025-10-27T06:48:24.9430584+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>2025-10-27T06:48:24.9430584Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</LastActivity>
<LastName>sample string 2</LastName>
<LastTestGivenAt>2025-10-27T06:48:24.9430584+00:00</LastTestGivenAt>
<Location>sample string 15</Location>
<LoginSource>
<CreatedOn>2025-10-27T06:48:24.9430584+00:00</CreatedOn>
<IsDeleted>true</IsDeleted>
<RecordNo>1</RecordNo>
<SourceName>sample string 2</SourceName>
<UpdatedOn>2025-10-27T06:48:24.9430584+00:00</UpdatedOn>
</LoginSource>
<LoginSourceFK>1</LoginSourceFK>
<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>2025-10-27T06:48:24.9430584+00:00</TimeStamp>
<WritingAllowed>20</WritingAllowed>
</ApplicationUser>