ADO.NET Provider for Slack

Build 24.0.9062

TeamInfo

Retrieves the Do Not Disturb status for up to 50 users on a team.

Select

The 本製品 uses the Slack API to filter the results by the following columns and operators while the rest of the filter is executed client-side within the 本製品.

The TeamInfo table requires User column in the WHERE clause; otherwise, the driver will automatically add the column.

  • User supports the =,IN operator.
For example, the following query is processed server side:
SELECT * FROM TeamInfo WHERE User = 'U01KZFNNTPC'

SELECT * FROM TeamInfo WHERE User IN ('U01KZFNNTPC','U04QTH44D9S')

Columns

Name Type Description
User String The Id of the user.
DndEnabled Boolean Indicates whether DND is enabled.
NextDndStartTime Datetime Next DND Start time.
NextDndEndTime Datetime Next DND End time.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9062