Difference between revisions of "LoginUserPasswordTEF"
Jump to navigation
Jump to search
(Created page with "{{Api_Method_Spec| Description=This method can be used by Trusted Devices to generate a token. The generated Token will carry all the information regarding the device, user, etc....") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Api_Method_Spec| | {{Api_Method_Spec| | ||
− | Description= | + | Description=Get the Login object with user's data, the LoginUserPasswordTEF use the GAL system to connect the GVP with the Telefonica System. This method only can be used by Telefonica users. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | This method | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|Parameters= | |Parameters= | ||
Line 39: | Line 19: | ||
|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 45: | Line 25: | ||
|ParamType=String | |ParamType=String | ||
|ParamRequired=required | |ParamRequired=required | ||
− | |ParamDescription= | + | |ParamDescription=Password sets by the customer in his settings. |
}} | }} | ||
Line 58: | Line 38: | ||
|Exceptions= | |Exceptions= | ||
− | * [[ | + | * [[InvalidServiceErrorException]] |
− | * [[ | + | * [[ApiErrorException]] |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|Cache= | |Cache= |
Latest revision as of 18:45, 4 June 2014
Description
Get the Login object with user's data, the LoginUserPasswordTEF use the GAL system to connect the GVP with the Telefonica System. This method only can be used by Telefonica users.
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 |