Liking cljdoc? Tell your friends :D

clj-slack.usergroups


createclj

(create connection name)
(create connection name optionals)

Create a user group Optional arguments are:

  • handle: A mention handle. Must be unique among channels, users and user groups.
  • description: A short description of the user group.
  • channels: A comma separated string of encoded channel IDs for which the user group uses as a default.
  • include_count: Include the number of users in each user group.
Create a user group
Optional arguments are:
- handle: A mention handle. Must be unique among channels, users and user groups.
- description: A short description of the user group.
- channels: A comma separated string of encoded channel IDs for which the user group uses as a default.
- include_count: Include the number of users in each user group.
sourceraw docstring

disableclj

(disable connection usergroup)
(disable connection usergroup optionals)

Disable an existing user group Optional argument:

  • include_count: include the number of users in the user group
Disable an existing user group
Optional argument:
- include_count: include the number of users in the user group
sourceraw docstring

enableclj

(enable connection usergroup)
(enable connection usergroup optionals)

Enable a user group Optional argument:

  • include_count: include the number of users in the user group
Enable a user group
Optional argument:
- include_count: include the number of users in the user group
sourceraw docstring

listclj

(list connection)
(list connection optionals)

List all user groups for a team Optional arguments are:

  • include_disabled: Include disabled user groups.
  • include_count: Include the number of users in each user group.
  • include_users: Include the list of users for each user group.
List all user groups for a team
Optional arguments are:
- include_disabled: Include disabled user groups.
- include_count: Include the number of users in each user group.
- include_users: Include the list of users for each user group.
sourceraw docstring

updateclj

(update connection usergroup)
(update connection usergroup optionals)

Update an existing user group Optional arguments are:

  • name: A name for the user group. Must be unique among user groups.
  • handle: A mention handle. Must be unique among channels, users and user groups.
  • description: A short description of the user group.
  • channels: A comma separated string of encoded channel IDs for which the user group uses as a default.
  • include_count: Include the number of users in the user group.
Update an existing user group
Optional arguments are:
- name: A name for the user group. Must be unique among user groups.
- handle: A mention handle. Must be unique among channels, users and user groups.
- description: A short description of the user group.
- channels: A comma separated string of encoded channel IDs for which the user group uses as a default.
- include_count: Include the number of users in the user group.
sourceraw docstring

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

× close