POST Keystonelogin/GetUserProfile?KeystoneIdUserGuid={KeystoneIdUserGuid}&AppCode={AppCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
KeystoneIdUserGuid

globally unique identifier

Required

AppCode

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

UserProfile
NameDescriptionTypeAdditional information
KeystoneIdUserID

integer

None.

KeystoneIdUserGuid

globally unique identifier

None.

ActiveDirectoryGuid

globally unique identifier

None.

UserName

string

None.

Domain

string

None.

FirstName

string

None.

LastName

string

None.

Email

string

None.

Password

string

None.

ConfirmPassword

string

None.

MobilePhoneNumber

string

None.

DateOfBirth

date

None.

SecurityQuestionOne

string

None.

SecurityQuestionAnswerOne

string

None.

SecurityQuestionTwo

string

None.

SecurityQuestionAnswerTwo

string

None.

SecurityQuestionThree

string

None.

SecurityQuestionAnswerThree

string

None.

IsKeystoneAccount

boolean

None.

IsMfaEnabled

boolean

None.

VerificationLevel

VerificationLevel

None.

VerificationProvider

VerificationProvider

None.

VerificationDateTime

date

None.

FailedLoginAttempts

integer

None.

LastUpdate

date

None.

LastLogin

date

None.

LastLoginDateOnly

date

None.

AccountIsDisabled

boolean

None.

IsAccountLockedOut

boolean

None.

UpdatesAllowed

boolean

None.

GoogleGuid

string

None.

PaLoginUser

PALoginUser

None.

Response Formats

application/json, text/json

Sample:
{
  "KeystoneIdUserID": 1,
  "KeystoneIdUserGuid": "162abff1-ad9d-464b-b2c9-0bcaa55c5a21",
  "ActiveDirectoryGuid": "cb2d7230-60ac-44e6-988e-ddf17eabe815",
  "UserName": "sample string 4",
  "Domain": "sample string 5",
  "FirstName": "sample string 6",
  "LastName": "sample string 7",
  "Email": "sample string 8",
  "Password": "sample string 9",
  "ConfirmPassword": "sample string 10",
  "MobilePhoneNumber": "sample string 11",
  "DateOfBirth": "2026-04-05T08:49:21.6708085-04:00",
  "SecurityQuestionOne": "sample string 12",
  "SecurityQuestionAnswerOne": "sample string 13",
  "SecurityQuestionTwo": "sample string 14",
  "SecurityQuestionAnswerTwo": "sample string 15",
  "SecurityQuestionThree": "sample string 16",
  "SecurityQuestionAnswerThree": "sample string 17",
  "IsKeystoneAccount": true,
  "IsMfaEnabled": true,
  "VerificationLevel": 0,
  "VerificationProvider": 0,
  "VerificationDateTime": "2026-04-05T08:49:21.6708085-04:00",
  "FailedLoginAttempts": 21,
  "LastUpdate": "2026-04-05T08:49:21.6708085-04:00",
  "LastLogin": "2026-04-05T08:49:21.6708085-04:00",
  "LastLoginDateOnly": "2026-04-05T08:49:21.6708085-04:00",
  "AccountIsDisabled": true,
  "IsAccountLockedOut": true,
  "UpdatesAllowed": true,
  "GoogleGuid": "sample string 25",
  "PaLoginUser": {
    "UserId": 1,
    "UserGuid": "cc7a2b7f-76ae-45c8-8f50-b6c35574a9ad",
    "UserName": "sample string 3",
    "Email": "sample string 4",
    "LastUpdateDT": "2026-04-05T08:49:21.6708085-04:00"
  }
}

application/xml, text/xml

Sample:
<UserProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DCEDLogin.Models">
  <AccountIsDisabled>true</AccountIsDisabled>
  <ActiveDirectoryGuid>cb2d7230-60ac-44e6-988e-ddf17eabe815</ActiveDirectoryGuid>
  <ConfirmPassword>sample string 10</ConfirmPassword>
  <DateOfBirth>2026-04-05T08:49:21.6708085-04:00</DateOfBirth>
  <Domain>sample string 5</Domain>
  <Email>sample string 8</Email>
  <FailedLoginAttempts>21</FailedLoginAttempts>
  <FirstName>sample string 6</FirstName>
  <GoogleGuid>sample string 25</GoogleGuid>
  <IsAccountLockedOut>true</IsAccountLockedOut>
  <IsKeystoneAccount>true</IsKeystoneAccount>
  <IsMfaEnabled>true</IsMfaEnabled>
  <KeystoneIdUserGuid>162abff1-ad9d-464b-b2c9-0bcaa55c5a21</KeystoneIdUserGuid>
  <KeystoneIdUserID>1</KeystoneIdUserID>
  <LastLogin>2026-04-05T08:49:21.6708085-04:00</LastLogin>
  <LastLoginDateOnly>2026-04-05T08:49:21.6708085-04:00</LastLoginDateOnly>
  <LastName>sample string 7</LastName>
  <LastUpdate>2026-04-05T08:49:21.6708085-04:00</LastUpdate>
  <MobilePhoneNumber>sample string 11</MobilePhoneNumber>
  <PaLoginUser xmlns:d2p1="http://schemas.datacontract.org/2004/07/IdentityPortal.Models">
    <d2p1:Email>sample string 4</d2p1:Email>
    <d2p1:LastUpdateDT>2026-04-05T08:49:21.6708085-04:00</d2p1:LastUpdateDT>
    <d2p1:UserGuid>cc7a2b7f-76ae-45c8-8f50-b6c35574a9ad</d2p1:UserGuid>
    <d2p1:UserId>1</d2p1:UserId>
    <d2p1:UserName>sample string 3</d2p1:UserName>
  </PaLoginUser>
  <Password>sample string 9</Password>
  <SecurityQuestionAnswerOne>sample string 13</SecurityQuestionAnswerOne>
  <SecurityQuestionAnswerThree>sample string 17</SecurityQuestionAnswerThree>
  <SecurityQuestionAnswerTwo>sample string 15</SecurityQuestionAnswerTwo>
  <SecurityQuestionOne>sample string 12</SecurityQuestionOne>
  <SecurityQuestionThree>sample string 16</SecurityQuestionThree>
  <SecurityQuestionTwo>sample string 14</SecurityQuestionTwo>
  <UpdatesAllowed>true</UpdatesAllowed>
  <UserName>sample string 4</UserName>
  <VerificationDateTime>2026-04-05T08:49:21.6708085-04:00</VerificationDateTime>
  <VerificationLevel>NotVerified</VerificationLevel>
  <VerificationProvider>None</VerificationProvider>
</UserProfile>