---
title: "Update the global configuration of conversations on your account"
method: POST
path: "/v1/Configuration"
tags: ["ConversationsV1Configuration"]
---

# Update the global configuration of conversations on your account

`POST /v1/Configuration`

Update the global configuration of conversations on your account

## Response `200`

OK

- ConversationsV1Configuration
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this configuration.
  - `default_chat_service_sid` string, nullable — The SID of the default [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) used when creating a conversation.
  - `default_messaging_service_sid` string, nullable — The SID of the default [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) used when creating a conversation.
  - `default_inactive_timer` string, nullable — Default ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute.
  - `default_closed_timer` string, nullable — Default ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes.
  - `url` string, uri, nullable — An absolute API resource URL for this global configuration.
  - `links` object, nullable — Contains absolute API resource URLs to access the webhook and default service configurations.

---

[API](https://skmtc.net/twilio/apis/conversations-v1.md) · [All operations](https://skmtc.net/twilio/apis/conversations-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/conversations-v1/revisions/34913a501fc2/schema)
