Update per-connection user options (e.g., channel allowlist)
Save per-user options on a connection the caller owns.
Used by the Connect app to persist channel picks after OAuth completes. Scope: user can only update their own connections in their own app.
Authorizations
API Key or JWT User Token. If using an API Key, set the X-As-User header to act as a specific user. A JWT User Token is always scoped to a specific user.
Body
Channel/chat IDs to index. Empty list blocks all.
Response
Successful Response
Per-connection, per-user options set by the end user after OAuth.
Contrast with IntegrationConfig.index_options which is app-wide. These values live on the specific Connection because they depend on the tenant (e.g., which Teams channels this user wants indexed).