Slack v0.0.12 Slack.UserGroup.User

Functions for working with users in user groups

Summary

Functions

List users in a usergroup

Update the list of users in a user group

Functions

list(client, query \\ [])

List users in a usergroup.

https://api.slack.com/methods/usergroups.users.list

Examples

Slack.UserGroup.list(client, usergroup: "S0604QSJC")
update(client, body \\ [])

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")