resolve_names
Resolve Slack user and channel IDs to display names in a single call. Provide lists of IDs to get a mapping of each to its display name.
Instructions
Resolve user and channel IDs to display names in a single call.
Accepts lists of user IDs (e.g. U12345) and/or channel IDs (e.g. C12345) and returns a mapping of each ID to its display name. Lookups run concurrently for performance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_ids | No | User IDs to resolve to display names (e.g. ``["U0123"]``). | |
| channel_ids | No | Channel IDs to resolve to display names (e.g. ``["C0123"]``). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||