Appearance
Update a custom field in user's profile
User
Returns a Json User
PUT
/user/{id}/profile_field/{field}/{value}
Parameters
Path Parameters
id*
The id of the user
Type
Requiredinteger
Format
"int32"field*
The name of the field to be updated
Type
Requiredstring
Format
"string"value*
The new value (url encoded)
Type
Requiredstring
Format
"string"Responses
Successful response
application/json
JSON "result": { "userid": 0, "email": "user@insided.com", "username": "user", "rank": "string", "joindate": "2019-07-16T14:59:00+02:00", "profileFields": [ { "NormalizedValue": "string", "name": "string" } ], "roles": [ { "auth_item": { } } ], "user_statistics": { "additionalProperties": [ "string" ] }, "sso": { "additionalProperties": [ "string" ] } }
{
}

