GET api/UserDetails/GetUserDetailByID/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

UserDetailsModel
NameDescriptionTypeAdditional information
ID

integer

None.

FirstName

string

None.

LastName

string

None.

Email

string

None.

DateOfBirth

date

None.

StaffID

integer

None.

Phone

integer

None.

AlternatePhone

integer

None.

MailingAddress

string

None.

NextOfKin

string

None.

Password

string

None.

SaltKey

string

None.

UserTypeID

integer

None.

IsStaff

boolean

None.

IsDeleted

boolean

None.

IsActive

boolean

None.

UniqueString

string

None.

LastSyncDate

date

None.

CreatedDate

date

None.

UpdatedDate

date

None.

UpdatedBy

integer

None.

CreatedBy

integer

None.

IPAddress

string

None.

QrCodeString

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "FirstName": "sample string 2",
  "LastName": "sample string 3",
  "Email": "sample string 4",
  "DateOfBirth": "2026-06-30T14:19:05.5940839+01:00",
  "StaffID": 1,
  "Phone": 1,
  "AlternatePhone": 1,
  "MailingAddress": "sample string 5",
  "NextOfKin": "sample string 6",
  "Password": "sample string 7",
  "SaltKey": "sample string 8",
  "UserTypeID": 1,
  "IsStaff": true,
  "IsDeleted": true,
  "IsActive": true,
  "UniqueString": "sample string 9",
  "LastSyncDate": "2026-06-30T14:19:05.5940839+01:00",
  "CreatedDate": "2026-06-30T14:19:05.5940839+01:00",
  "UpdatedDate": "2026-06-30T14:19:05.5940839+01:00",
  "UpdatedBy": 1,
  "CreatedBy": 1,
  "IPAddress": "sample string 10",
  "QrCodeString": "sample string 11"
}

text/xml

Sample:
<UserDetailsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Models">
  <AlternatePhone>1</AlternatePhone>
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2026-06-30T14:19:05.5940839+01:00</CreatedDate>
  <DateOfBirth>2026-06-30T14:19:05.5940839+01:00</DateOfBirth>
  <Email>sample string 4</Email>
  <FirstName>sample string 2</FirstName>
  <ID>1</ID>
  <IPAddress>sample string 10</IPAddress>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <IsStaff>true</IsStaff>
  <LastName>sample string 3</LastName>
  <LastSyncDate>2026-06-30T14:19:05.5940839+01:00</LastSyncDate>
  <MailingAddress>sample string 5</MailingAddress>
  <NextOfKin>sample string 6</NextOfKin>
  <Password>sample string 7</Password>
  <Phone>1</Phone>
  <QrCodeString>sample string 11</QrCodeString>
  <SaltKey>sample string 8</SaltKey>
  <StaffID>1</StaffID>
  <UniqueString>sample string 9</UniqueString>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedDate>2026-06-30T14:19:05.5940839+01:00</UpdatedDate>
  <UserTypeID>1</UserTypeID>
</UserDetailsModel>