Liking cljdoc? Tell your friends :D

mattermost-clj.api.status


users-status-ids-postclj

(users-status-ids-post string)

Get user statuses by id Get a list of user statuses by id from the server.

Permissions

Must be authenticated.

Get user statuses by id
  Get a list of user statuses by id from the server.
##### Permissions
Must be authenticated.
raw docstring

users-status-ids-post-with-http-infoclj

(users-status-ids-post-with-http-info string)

Get user statuses by id Get a list of user statuses by id from the server.

Permissions

Must be authenticated.

Get user statuses by id
  Get a list of user statuses by id from the server.
##### Permissions
Must be authenticated.
raw docstring

users-user-id-status-getclj

(users-user-id-status-get user-id)

Get user status Get user status by id from the server.

Permissions

Must be authenticated.

Get user status
  Get user status by id from the server.
##### Permissions
Must be authenticated.
raw docstring

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

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

Get user status Get user status by id from the server.

Permissions

Must be authenticated.

Get user status
  Get user status by id from the server.
##### Permissions
Must be authenticated.
raw docstring

users-user-id-status-putclj

(users-user-id-status-put user-id)
(users-user-id-status-put user-id optional-params)

Update user status Manually set a user's status. When setting a user's status, the status will remain that value until set "online" again, which will return the status to being automatically updated based on user activity.

Permissions

Must have edit_other_users permission for the team.

Update user status
  Manually set a user's status. When setting a user's status, the status will remain that value until set "online" again, which will return the status to being automatically updated based on user activity.
##### Permissions
Must have `edit_other_users` permission for the team.
raw docstring

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

(users-user-id-status-put-with-http-info user-id)
(users-user-id-status-put-with-http-info user-id {:keys [inline-object-22]})

Update user status Manually set a user's status. When setting a user's status, the status will remain that value until set "online" again, which will return the status to being automatically updated based on user activity.

Permissions

Must have edit_other_users permission for the team.

Update user status
  Manually set a user's status. When setting a user's status, the status will remain that value until set "online" again, which will return the status to being automatically updated based on user activity.
##### Permissions
Must have `edit_other_users` permission for the team.
raw docstring

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

× close