POST api/auth/v1/password-reset-identity

Request Information

URI Parameters

None.

Body Parameters

User
NameDescriptionTypeAdditional information
id

integer

None.

firstName

string

None.

lastName

string

None.

email

string

None.

phone

string

None.

gender

string

None.

dob

date

None.

country

string

None.

image

string

None.

department_id

integer

None.

city

string

None.

address

string

None.

staff_id

string

None.

active

boolean

None.

deleted_at

date

None.

created_at

date

None.

access_level

integer

None.

phone_alt

string

None.

updated_at

date

None.

login

date

None.

sector

string

None.

other_info

string

None.

gallery

string

None.

deleted

boolean

None.

security_level

integer

None.

activation_id

string

None.

position

string

None.

enabled

boolean

None.

super_admin

boolean

None.

pin

string

None.

login_attempt

integer

None.

set_failed_attempts

integer

None.

other

string

None.

language

string

None.

timezone

integer

None.

timezone_name

string

None.

login_notification

boolean

None.

password_reset_verification

boolean

None.

enable_two_factor_authentication

boolean

None.

enable_email_notification

boolean

None.

receive_email_on_notification

boolean

None.

receive_email_on_direct_message

boolean

None.

enable_sms_notification

boolean

None.

receive_sms_on_notification

boolean

None.

receive_sms_on_direct_message

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "firstName": "sample string 2",
  "lastName": "sample string 3",
  "email": "sample string 4",
  "phone": "sample string 5",
  "gender": "sample string 6",
  "dob": "2025-12-06T04:28:57.41586+00:00",
  "country": "sample string 7",
  "image": "sample string 8",
  "department_id": 1,
  "city": "sample string 9",
  "address": "sample string 10",
  "staff_id": "sample string 11",
  "active": true,
  "deleted_at": "2025-12-06T04:28:57.41586+00:00",
  "created_at": "2025-12-06T04:28:57.41586+00:00",
  "access_level": 1,
  "phone_alt": "sample string 12",
  "updated_at": "2025-12-06T04:28:57.41586+00:00",
  "login": "2025-12-06T04:28:57.41586+00:00",
  "sector": "sample string 13",
  "other_info": "sample string 14",
  "gallery": "sample string 15",
  "deleted": true,
  "security_level": 1,
  "activation_id": "sample string 17",
  "position": "sample string 18",
  "enabled": true,
  "super_admin": true,
  "pin": "sample string 21",
  "login_attempt": 1,
  "set_failed_attempts": 1,
  "other": "sample string 22",
  "language": "sample string 23",
  "timezone": 24,
  "timezone_name": "sample string 25",
  "login_notification": true,
  "password_reset_verification": true,
  "enable_two_factor_authentication": true,
  "enable_email_notification": true,
  "receive_email_on_notification": true,
  "receive_email_on_direct_message": true,
  "enable_sms_notification": true,
  "receive_sms_on_notification": true,
  "receive_sms_on_direct_message": true
}

application/xml, text/xml

Sample:
<User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Stocks.Models">
  <access_level>1</access_level>
  <activation_id>sample string 17</activation_id>
  <active>true</active>
  <address>sample string 10</address>
  <city>sample string 9</city>
  <country>sample string 7</country>
  <created_at>2025-12-06T04:28:57.41586+00:00</created_at>
  <deleted>true</deleted>
  <deleted_at>2025-12-06T04:28:57.41586+00:00</deleted_at>
  <department_id>1</department_id>
  <dob>2025-12-06T04:28:57.41586+00:00</dob>
  <email>sample string 4</email>
  <enable_email_notification>true</enable_email_notification>
  <enable_sms_notification>true</enable_sms_notification>
  <enable_two_factor_authentication>true</enable_two_factor_authentication>
  <enabled>true</enabled>
  <firstName>sample string 2</firstName>
  <gallery>sample string 15</gallery>
  <gender>sample string 6</gender>
  <id>1</id>
  <image>sample string 8</image>
  <language>sample string 23</language>
  <lastName>sample string 3</lastName>
  <login>2025-12-06T04:28:57.41586+00:00</login>
  <login_attempt>1</login_attempt>
  <login_notification>true</login_notification>
  <other>sample string 22</other>
  <other_info>sample string 14</other_info>
  <password_reset_verification>true</password_reset_verification>
  <phone>sample string 5</phone>
  <phone_alt>sample string 12</phone_alt>
  <pin>sample string 21</pin>
  <position>sample string 18</position>
  <receive_email_on_direct_message>true</receive_email_on_direct_message>
  <receive_email_on_notification>true</receive_email_on_notification>
  <receive_sms_on_direct_message>true</receive_sms_on_direct_message>
  <receive_sms_on_notification>true</receive_sms_on_notification>
  <sector>sample string 13</sector>
  <security_level>1</security_level>
  <set_failed_attempts>1</set_failed_attempts>
  <staff_id>sample string 11</staff_id>
  <super_admin>true</super_admin>
  <timezone>24</timezone>
  <timezone_name>sample string 25</timezone_name>
  <updated_at>2025-12-06T04:28:57.41586+00:00</updated_at>
</User>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.