PUT api/v100/users

Request a user password reset.

Request Information

URI Parameters

None.

Headers

NameDescriptionTypeAdditional information
appkey

Ej. abcdefghijk

None.

session

Ej. 1234567890

None.

Body Parameters

RqEmail
NameDescriptionTypeAdditional information
email

Email

string

Required

FKAppGroup

FK AppGroup

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "email": "sample string 1",
  "FKAppGroup": 1
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RqEmail'.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
resultMessage

Description of the Result

string

Required

resultCode

Result Code for the Specified Action

integer

Required

stackTrace

Additional debugging information

string

None.

Response Formats

application/json, text/json

Sample:

Sample not available.