# ai_bot_v1_bots_slack_user_config_partial_update Setup slack username and domain linkage with slack bots this will be used to authenticate the user when interracting with slack bots. Endpoint: PATCH /api/ai-bot/v1/bots/{org}/slack-user-config/{id}/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `id` (integer, required) A unique integer value identifying this slack user config. - `org` (string, required) ## Request fields (application/json): - `slack_team_domain` (string) Team Domain in the stated slack workspace. This is also the workspace name. - `slack_username` (string) Username in the stated slack workspace ## Response 200 fields (application/json): - `id` (integer, required) - `user` (integer, required) edX user ID - `slack_team_domain` (string, required) Team Domain in the stated slack workspace. This is also the workspace name. - `slack_username` (string, required) Username in the stated slack workspace - `date_created` (string, required) - `last_modified` (string, required)