Slack v0.0.12 Slack.UserGroup.User
Functions for working with users in user groups
Summary
Functions
Specs
list(Slack.Client.t, Keyword.t) :: Slack.response
List users in a usergroup.
https://api.slack.com/methods/usergroups.users.list
Examples
Slack.UserGroup.list(client, usergroup: "S0604QSJC")
Specs
update(Slack.Client.t, Keyword.t) :: Slack.response
Update the list of users in a user group.
https://api.slack.com/methods/usergroups.users.update
Examples
Slack.UserGroup.update(
client, usergroup: "S0604QSJC", user: "U060R4BJ4,U060RNRCZ")