resolve_names
Convert user and channel IDs to display names in a single API call. Provide lists of user and channel IDs to receive 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 | ||
| channel_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||