GET api/User

Get User Information

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ApplicationUser
NameDescriptionTypeAdditional information
MMUserId

integer

None.

SourceId

integer

None.

SourceRecordId

integer

None.

MMUserTypeId

integer

None.

LocationId

integer

None.

DealerId

integer

None.

TitleId

integer

None.

Password

string

None.

FirstName

string

None.

LastName

string

None.

IsActive

boolean

None.

CMAUsername

string

None.

MigrationStatusId

integer

None.

PrimaryMMUserId

integer

None.

CreatedOn

date

None.

ModifiedOn

date

None.

MMUserGUID

globally unique identifier

None.

CreatedBy

string

None.

ModifiedBy

string

None.

SourceName

string

None.

Email

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:
{
  "MMUserId": 1,
  "SourceId": 1,
  "SourceRecordId": 1,
  "MMUserTypeId": 1,
  "LocationId": 1,
  "DealerId": 1,
  "TitleId": 1,
  "Password": "sample string 1",
  "FirstName": "sample string 2",
  "LastName": "sample string 3",
  "IsActive": true,
  "CMAUsername": "sample string 4",
  "MigrationStatusId": 1,
  "PrimaryMMUserId": 1,
  "CreatedOn": "2026-01-09T13:11:26.7468346-05:00",
  "ModifiedOn": "2026-01-09T13:11:26.7468346-05:00",
  "MMUserGUID": "13bb312e-7997-41ac-aecd-c7149f225c30",
  "CreatedBy": "sample string 5",
  "ModifiedBy": "sample string 6",
  "SourceName": "sample string 7",
  "Email": "sample string 8",
  "EmailConfirmed": true,
  "PasswordHash": "sample string 10",
  "SecurityStamp": "sample string 11",
  "PhoneNumber": "sample string 12",
  "PhoneNumberConfirmed": true,
  "TwoFactorEnabled": true,
  "LockoutEndDateUtc": "2026-01-09T13:11:26.7468346-05:00",
  "LockoutEnabled": true,
  "AccessFailedCount": 16,
  "Roles": [],
  "Claims": [],
  "Logins": [],
  "Id": "sample string 17",
  "UserName": "sample string 18"
}

application/xml, text/xml

Sample:
<ApplicationUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Virtuoso.Models">
  <AccessFailedCount xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">16</AccessFailedCount>
  <Email xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 8</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 17</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">2026-01-09T13:11:26.7468346-05:00</LockoutEndDateUtc>
  <PasswordHash xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 10</PasswordHash>
  <PhoneNumber xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 12</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 11</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 18</UserName>
  <CMAUsername>sample string 4</CMAUsername>
  <CreatedBy>sample string 5</CreatedBy>
  <CreatedOn>2026-01-09T13:11:26.7468346-05:00</CreatedOn>
  <DealerId>1</DealerId>
  <FirstName>sample string 2</FirstName>
  <IsActive>true</IsActive>
  <LastName>sample string 3</LastName>
  <LocationId>1</LocationId>
  <MMUserGUID>13bb312e-7997-41ac-aecd-c7149f225c30</MMUserGUID>
  <MMUserId>1</MMUserId>
  <MMUserTypeId>1</MMUserTypeId>
  <MigrationStatusId>1</MigrationStatusId>
  <ModifiedBy>sample string 6</ModifiedBy>
  <ModifiedOn>2026-01-09T13:11:26.7468346-05:00</ModifiedOn>
  <Password>sample string 1</Password>
  <PrimaryMMUserId>1</PrimaryMMUserId>
  <SourceId>1</SourceId>
  <SourceName>sample string 7</SourceName>
  <SourceRecordId>1</SourceRecordId>
  <TitleId>1</TitleId>
</ApplicationUser>