List a user's preferences by category
GET/api/v4/users/:user_id/preferences/:category
Lists the current user's stored preferences in the given category.
Permissions
Must be logged in as the user being updated or have the edit_other_users permission.
Request
Responses
- 200
- 400
- 401
- 403
A list 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
Do not have appropriate permissions