ModifyUser
Jump to navigation
Jump to search
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 |