preferences

Save the user's preferences

Save a list of the user's preferences.

Permissions

Must be logged in as the user being updated or have the edit_other_users permission.

put/api/v4/users/{user_id}/preferences

Path parameters

user_idstring required

User GUID

Request body

user_idstring

The ID of the user that owns this preference

categorystring
namestring
valuestring

Response

User preferences saved successful

statusstring

Will contain "ok" if the request was successful and there was nothing else to return

Changes

No recorded changes to this endpoint across all 1 revision of this API.