sym.sdk.integrations.slack.list_users¶
- sym.sdk.integrations.slack.list_users(self, active_only: bool = True) list ¶
Returns a list of all users in the workspace.
Refer to Slack’s users.info API documentation for the details on the response format: https://api.slack.com/methods/users.list
- Parameters
active_only – A boolean indicating whether or not to exclude deactivated and deleted users.