(create connection name)
(create connection name optionals)
Create a user group Optional arguments are:
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.
(disable connection usergroup)
(disable connection usergroup optionals)
Disable an existing user group Optional argument:
Disable an existing user group Optional argument: - include_count: include the number of users in the user group
(enable connection usergroup)
(enable connection usergroup optionals)
Enable a user group Optional argument:
Enable a user group Optional argument: - include_count: include the number of users in the user group
(list connection)
(list connection optionals)
List all user groups for a team Optional arguments are:
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.
(update connection usergroup)
(update connection usergroup optionals)
Update an existing user group Optional arguments are:
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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close