Liking cljdoc? Tell your friends :D

mattermost-clj.api.preferences


users-user-id-preferences-category-getclj

(users-user-id-preferences-category-get user-id category)

List a user's preferences by 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.

List a user's preferences by 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.
raw docstring

users-user-id-preferences-category-get-with-http-infoclj

(users-user-id-preferences-category-get-with-http-info user-id category)

List a user's preferences by 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.

List a user's preferences by 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.
raw docstring

users-user-id-preferences-category-name-preference-name-getclj

(users-user-id-preferences-category-name-preference-name-get user-id
                                                             category
                                                             preference-name)

Get a specific user preference 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.

Get a specific user preference
  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.
raw docstring

users-user-id-preferences-category-name-preference-name-get-with-http-infoclj

(users-user-id-preferences-category-name-preference-name-get-with-http-info
  user-id
  category
  preference-name)

Get a specific user preference 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.

Get a specific user preference
  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.
raw docstring

users-user-id-preferences-delete-postclj

(users-user-id-preferences-delete-post user-id preference)

Delete user's preferences Delete a list of the user's preferences.

Permissions

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

Delete user's preferences
  Delete a list of the user's preferences.
##### Permissions
Must be logged in as the user being updated or have the `edit_other_users` permission.
raw docstring

users-user-id-preferences-delete-post-with-http-infoclj

(users-user-id-preferences-delete-post-with-http-info user-id preference)

Delete user's preferences Delete a list of the user's preferences.

Permissions

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

Delete user's preferences
  Delete a list of the user's preferences.
##### Permissions
Must be logged in as the user being updated or have the `edit_other_users` permission.
raw docstring

users-user-id-preferences-getclj

(users-user-id-preferences-get user-id)

Get the user's preferences Get a list of the user's preferences.

Permissions

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

Get the user's preferences
  Get a list of the user's preferences.
##### Permissions
Must be logged in as the user being updated or have the `edit_other_users` permission.
raw docstring

users-user-id-preferences-get-with-http-infoclj

(users-user-id-preferences-get-with-http-info user-id)

Get the user's preferences Get a list of the user's preferences.

Permissions

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

Get the user's preferences
  Get a list of the user's preferences.
##### Permissions
Must be logged in as the user being updated or have the `edit_other_users` permission.
raw docstring

users-user-id-preferences-putclj

(users-user-id-preferences-put user-id preference)

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.

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.
raw docstring

users-user-id-preferences-put-with-http-infoclj

(users-user-id-preferences-put-with-http-info user-id preference)

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.

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.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close