ex_slack v0.2.2 Slack.RpcApi.Usergroups View Source

Usergroups namespace.

Link to this section Summary

Link to this section Functions

Link to this function create(name, optional_args \\ %{}) View Source

usergroups.create

Args

  • name - group name
  • optional_args - Optional arguments to the method.
Link to this function disable(usergroup, optional_args \\ %{}) View Source

usergroups.disable

Args

  • usergroup - Usergroup id.
  • optional_args - Optional arguments to the method.
Link to this function enable(usergroup, optional_args \\ %{}) View Source

usergroups.enable

Args

  • usergroup - Usergroup id.
  • optional_args - Optional arguments to the method.
Link to this function list(optional_args \\ %{}) View Source

usergroup.list

Args

  • optional_args - Optional arguments to the method.
Link to this function update(usergroup, optional_args \\ %{}) View Source

usergroup.update

Args

  • usergroup - Usergroup id.
  • optional_args - Optional arguments to the method.