GET api/{version}/User/getStudentProfile?StudentId={StudentId}&Email={Email}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
StudentId

integer

Default value is 0

Email

string

Default value is

version

string

None.

Body Parameters

None.

Response Information

Resource Description

StudentDetails
NameDescriptionTypeAdditional information
StudentId

integer

None.

Title

integer

None.

EmailId

string

None.

Password

string

None.

FirstName

string

None.

MiddleName

string

None.

LastName

string

None.

PrimaryPhone

string

None.

IsOldStudent

boolean

None.

Address1

string

None.

Address2

string

None.

City

string

None.

Zip

string

None.

StateId

integer

None.

StateName

string

None.

StateCode

string

None.

PrimaryType

string

None.

PrimaryExt

string

None.

primaryPhoneCountryCode

string

None.

SecondaryPhone

string

None.

SecondaryType

string

None.

SecondaryExt

string

None.

SecondaryPhoneCountryCode

string

None.

OtherPhone

string

None.

OtherExt

string

None.

OthersPhoneCountryCode

string

None.

ProfileId

string

None.

PrincipalId

string

None.

IsPasswordChanged

boolean

None.

MailingId

integer

None.

Lastlogin

date

None.

CompanyName

string

None.

StudentBelongsTo

string

None.

QuizzyUserId

integer

None.

DontSendMail

boolean

None.

DontShowOnMap

boolean

None.

CountryId

integer

None.

CountryName

string

None.

ShowDepthSubject

boolean

None.

CurrentRegistrationId

integer

None.

DepthSubject

integer

None.

ShowFeBeforeExamInfo

boolean

None.

PEExamBefore

string

None.

ShowRegSourceInfo

boolean

None.

RegSource

integer

None.

IsUSMLE

boolean

None.

IsStudyHub2User

boolean

None.

ShopifyCustomerId

integer

None.

PreviewUnlocked

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "StudentId": 1,
  "Title": 2,
  "EmailId": "sample string 3",
  "Password": "sample string 4",
  "FirstName": "sample string 5",
  "MiddleName": "sample string 6",
  "LastName": "sample string 7",
  "PrimaryPhone": "sample string 8",
  "IsOldStudent": true,
  "Address1": "sample string 10",
  "Address2": "sample string 11",
  "City": "sample string 12",
  "Zip": "sample string 13",
  "StateId": 14,
  "StateName": "sample string 15",
  "StateCode": "sample string 16",
  "PrimaryType": "sample string 17",
  "PrimaryExt": "sample string 18",
  "primaryPhoneCountryCode": "sample string 19",
  "SecondaryPhone": "sample string 20",
  "SecondaryType": "sample string 21",
  "SecondaryExt": "sample string 22",
  "SecondaryPhoneCountryCode": "sample string 23",
  "OtherPhone": "sample string 24",
  "OtherExt": "sample string 25",
  "OthersPhoneCountryCode": "sample string 26",
  "ProfileId": "sample string 27",
  "PrincipalId": "sample string 28",
  "IsPasswordChanged": true,
  "MailingId": 30,
  "Lastlogin": "2026-04-02T23:51:55.1697329-04:00",
  "CompanyName": "sample string 32",
  "StudentBelongsTo": "sample string 33",
  "QuizzyUserId": 34,
  "DontSendMail": true,
  "DontShowOnMap": true,
  "CountryId": 37,
  "CountryName": "sample string 38",
  "ShowDepthSubject": true,
  "CurrentRegistrationId": 40,
  "DepthSubject": 41,
  "ShowFeBeforeExamInfo": true,
  "PEExamBefore": "sample string 43",
  "ShowRegSourceInfo": true,
  "RegSource": 45,
  "IsUSMLE": true,
  "IsStudyHub2User": true,
  "ShopifyCustomerId": 48,
  "PreviewUnlocked": true
}