Difference between revisions of "ModifyUser"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{Api_Method_Spec| | {{Api_Method_Spec| | ||
− | Description= | + | Description=Modify User and login data for a user. |
+ | |||
+ | |||
+ | The following data that can be edited: | ||
+ | *First Name | ||
+ | *Last Name | ||
+ | *Password | ||
+ | *Email | ||
+ | *Birth Date | ||
+ | *Gender | ||
|Parameters= | |Parameters= | ||
Line 12: | Line 21: | ||
{{Api_Parameter| | {{Api_Parameter| | ||
ParamName=userData | ParamName=userData | ||
− | |ParamType= | + | |ParamType=JSON Array of [[RegistrationFieldCallback]] |
|ParamRequired=required | |ParamRequired=required | ||
− | |ParamDescription= | + | |ParamDescription=JSON-encoded array of RegistrationFieldCallback objects. |
}} | }} | ||
Latest revision as of 15:22, 16 February 2016
Description
Modify User and login data for a user.
The following data that can be edited:
- First Name
- Last Name
- Password
- Birth Date
- Gender
Parameters
- token (String, required)
- A valid token for identifying the API session context. The token can be anonymous or logged.
- userData (JSON Array of RegistrationFieldCallback, required)
- JSON-encoded array of RegistrationFieldCallback objects.
Returns
Returns a JSON object containing an ...
Example:
{
- "StatusCode": 0,
- "Severity": 1,
- "StatusMessage": "OK",
- "Content": true
}
Exceptions
- None
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 |