Get a specific user preference
GET/api/v4/users/:user_id/preferences/:category/name/:preference_name
Gets a single preference for the current user with the given category and name.
Permissions
Must be logged in as the user being updated or have the edit_other_users permission.
Request
Responses
- 200
- 400
- 401
A single preference for the current user in the current categorylist of all of the current user's preferences in the given category.
Invalid or missing parameters in URL or request body
No access token provided