Available Since: V1
Change a user field.
POST api/1/user/change/
| Parameter | Description |
|---|---|
| uid | The user ID change the parameter on. |
| field | The field to update, one of:
|
| value |
The value to set. Where field is set to passwd the value is the MD5 of the new password to set. For state the value is one of: 'active', 'disabled', 'pending' or 'blocked'. |
{
"result": true
}
{
"result": false
}