# ai_bot_v1_bots_discord_user_config_create Setup discord user id linkage with discord bots this will be used to authenticate the user when interracting with discord bots. the user id can be copied from the discord app after tapping on the user profile. Endpoint: POST /api/ai-bot/v1/bots/{org}/discord-user-config/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) ## Request fields (application/json): - `discord_user_id` (string, required) ## Response 201 fields (application/json): - `id` (integer, required) - `user` (integer, required) edX user ID - `discord_user_id` (string, required) - `date_created` (string, required) - `last_modified` (string, required)