POST api/users/otp

Request Information

URI Parameters

None.

Body Parameters

UserEntity
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Mobile

string

Required

String length: inclusive between 0 and 10

UserName

string

String length: inclusive between 0 and 200

EmailId

string

String length: inclusive between 0 and 250

FullAddress

string

String length: inclusive between 0 and 250

LastLoginOn

date

None.

Otp

string

None.

OtpValidTill

date

None.

IsOtpValid

boolean

None.

Password

string

None.

Gender

string

None.

StateDescrip

string

None.

City

string

None.

PinCode

string

None.

DOB

date

None.

UserType

string

None.

DisplayName

string

None.

PreviousLogin

date

None.

Status

integer

None.

CreatedOn

date

None.

CreatedBy

string

String length: inclusive between 0 and 256

ModifiedOn

date

None.

ModifiedBy

string

String length: inclusive between 0 and 256

EntityState

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "6c760a34-a280-4e6e-8032-a806661c0b29",
  "Mobile": "sample string 2",
  "UserName": "sample string 3",
  "EmailId": "sample string 4",
  "FullAddress": "sample string 5",
  "LastLoginOn": "2025-05-12T02:11:55.3464331+05:30",
  "Otp": "sample string 6",
  "OtpValidTill": "2025-05-12T02:11:55.3464331+05:30",
  "IsOtpValid": true,
  "Password": "sample string 9",
  "Gender": "sample string 10",
  "StateDescrip": "sample string 11",
  "City": "sample string 12",
  "PinCode": "sample string 13",
  "DOB": "2025-05-12T02:11:55.3464331+05:30",
  "UserType": "sample string 14",
  "DisplayName": "sample string 15",
  "PreviousLogin": "2025-05-12T02:11:55.3464331+05:30",
  "Status": 16,
  "CreatedOn": "2025-05-12T02:11:55.3464331+05:30",
  "CreatedBy": "sample string 17",
  "ModifiedOn": "2025-05-12T02:11:55.3464331+05:30",
  "ModifiedBy": "sample string 18",
  "EntityState": 19
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.