slack_lists_access_set
Grant read, write, or owner access to a Slack list for specific channels or users.
Instructions
Set access level to a list for specified entities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ID of the list (a file ID) to set access on (e.g. ``F0123``). | |
| user_ids | No | User IDs to grant access to (e.g. ``["U0123"]``). | |
| channel_ids | No | Channel IDs to grant access to (e.g. ``["C0123"]``). | |
| access_level | Yes | Access level to grant; one of ``read``, ``write``, or ``owner``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||