Bases: mattermostdriver.endpoints.base.Base
This is the endpoint for Preferences.
It is special in a way, that the endpoint is /user and not /preferences,
like one might expect at first!
-
endpoint = '/users'¶
-
get_user_preferences(user_id)[source]¶
-
save_user_preferences(user_id, options=None)[source]¶
-
delete_user_preferences(user_id, options=None)[source]¶
-
list_user_preferences_by_category(user_id, category)[source]¶
-
get_specific_user_preference(user_id, category, preference_name)[source]¶