POST api/User/VerifyUser

Request Information

URI Parameters

None.

Body Parameters

UserModel
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

PhoneNo

string

None.

Email

string

None.

Address

string

None.

Location

string

None.

IsSubscribed

byte

None.

SubsType

string

None.

DeviceName

string

None.

ActiveDeviceQuantity

string

None.

SubDateTime

date

None.

LoginDateTime

date

None.

ProfilePic

string

None.

OTP

string

None.

PhotoData

Collection of byte

None.

Password

string

None.

Username

string

None.

DateOfBirth

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "PhoneNo": "sample string 3",
  "Email": "sample string 4",
  "Address": "sample string 5",
  "Location": "sample string 6",
  "IsSubscribed": 64,
  "SubsType": "sample string 8",
  "DeviceName": "sample string 9",
  "ActiveDeviceQuantity": "sample string 10",
  "SubDateTime": "2026-04-20T19:13:59.0598434+05:30",
  "LoginDateTime": "2026-04-20T19:13:59.0598434+05:30",
  "ProfilePic": "sample string 13",
  "OTP": "sample string 14",
  "PhotoData": "QEA=",
  "Password": "sample string 15",
  "Username": "sample string 16",
  "DateOfBirth": "2026-04-20T19:13:59.0598434+05:30"
}

application/xml, text/xml

Sample:
<UserModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/I_OTT_API.Models">
  <ActiveDeviceQuantity>sample string 10</ActiveDeviceQuantity>
  <Address>sample string 5</Address>
  <DateOfBirth>2026-04-20T19:13:59.0598434+05:30</DateOfBirth>
  <DeviceName>sample string 9</DeviceName>
  <Email>sample string 4</Email>
  <Id>1</Id>
  <IsSubscribed>64</IsSubscribed>
  <Location>sample string 6</Location>
  <LoginDateTime>2026-04-20T19:13:59.0598434+05:30</LoginDateTime>
  <Name>sample string 2</Name>
  <OTP>sample string 14</OTP>
  <Password>sample string 15</Password>
  <PhoneNo>sample string 3</PhoneNo>
  <PhotoData>QEA=</PhotoData>
  <ProfilePic>sample string 13</ProfilePic>
  <SubDateTime>2026-04-20T19:13:59.0598434+05:30</SubDateTime>
  <SubsType>sample string 8</SubsType>
  <Username>sample string 16</Username>
</UserModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.