check_active_users
Retrieves a list of currently active users in the Slack workspace, showing those who are logged in and active.
Instructions
워크스페이스에서 현재 로그인한 사용자 목록을 조회한다.
전체 사용자 중 현재 Slack에 로그인하여 활동 중인 사용자만 반환한다.
Returns: 로그인한 사용자 리스트를 JSON 형식 문자열로 반환 [{"id": "U123", "name": "홍길동", "real_name": "홍길동", "presence": "active"}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |