# ai_bot_v1_bots_discord_user_config_retrieve 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: GET /api/ai-bot/v1/bots/{org}/discord-user-config/{id}/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `id` (integer, required) A unique integer value identifying this discord user config. - `org` (string, required) ## Response 200 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)