Difference between revisions of "LoginUserPasswordTEF"

From Gvp-public
Jump to navigation Jump to search
Line 20: Line 20:
 
|ParamType=String
 
|ParamType=String
 
|ParamRequired=required
 
|ParamRequired=required
|ParamDescription=
+
|ParamDescription=E-mail from the user that wants to recover the password.
 
}}
 
}}
 
{{Api_Parameter|
 
{{Api_Parameter|
Line 26: Line 26:
 
|ParamType=String
 
|ParamType=String
 
|ParamRequired=required
 
|ParamRequired=required
|ParamDescription=
+
|ParamDescription=Password sets by the customer in his settings.
 
}}
 
}}
  

Revision as of 17:56, 4 June 2014

Description

Parameters

  • deviceType (int, required)
The device type code (see #DeviceTypeCodes enumeration to know the list of device types allowed)
  • instanceId (int, required)
The id of the instance (OB) for the current environment. This ID might vary depending on the environment.
  • userName (String, required)
E-mail from the user that wants to recover the password.
  • password (String, required)
Password sets by the customer in his settings.


Returns

Returns a JSON object containing the Login object with all user's information.

Example:

{

Login Object

}


Exceptions


Caching

This method is not cached.


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial method design Harley Cabral


See also