Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 564 Bytes

dnd.teamInfo.md

File metadata and controls

32 lines (23 loc) · 564 Bytes

Provides information about the current Do Not Disturb settings for users of a Slack team.

Arguments

{ARGS}

Response

{
    "ok": true,
    "users": {
        "U023BECGF": {
            "dnd_enabled": true,
            "next_dnd_start_ts": 1450387800,
            "next_dnd_end_ts": 1450423800
        },
        "U058CJVAA": {
            "dnd_enabled": false,
            "next_dnd_start_ts": 1,
            "next_dnd_end_ts": 1
        }
    }
}

Errors

{ERRORS}

Warnings

{WARNINGS}