---
title: "Update a specific User Conversation."
method: POST
path: "/v1/Users/{UserSid}/Conversations/{ConversationSid}"
tags: ["ConversationsV1UserConversation"]
---

# Update a specific User Conversation.

`POST /v1/Users/{UserSid}/Conversations/{ConversationSid}`

Update a specific User Conversation.

## Path parameters

- `UserSid` string, required
- `ConversationSid` string, required

## Response `200`

OK

- ConversationsV1UserUserConversation
  - `account_sid` string, nullable — The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation.
  - `chat_service_sid` string, nullable — The unique ID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) this conversation belongs to.
  - `conversation_sid` string, nullable — The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this User Conversation.
  - `unread_messages_count` integer, nullable — The number of unread Messages in the Conversation for the Participant.
  - `last_read_message_index` integer, nullable — The index of the last Message in the Conversation that the Participant has read.
  - `participant_sid` string, nullable — The unique ID of the [participant](https://www.twilio.com/docs/conversations/api/conversation-participant-resource) the user conversation belongs to.
  - `user_sid` string, nullable — The unique string that identifies the [User resource](https://www.twilio.com/docs/conversations/api/user-resource).
  - `friendly_name` string, nullable — The human-readable name of this conversation, limited to 256 characters. Optional.
  - `conversation_state` 'inactive' | 'active' | 'closed' — The current state of this User Conversation. One of `inactive`, `active` or `closed`.
  - `timers` unknown
  - `attributes` string, nullable — An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified. **Note** that if the attributes are not set "{}" will be returned.
  - `date_created` string, date-time, nullable — The date that this conversation was created, given in ISO 8601 format.
  - `date_updated` string, date-time, nullable — The date that this conversation was last updated, given in ISO 8601 format.
  - `created_by` string, nullable — Identity of the creator of this Conversation.
  - `notification_level` 'default' | 'muted' — The Notification Level of this User Conversation. One of `default` or `muted`.
  - `unique_name` string, nullable — An application-defined string that uniquely identifies the Conversation resource. It can be used to address the resource in place of the resource's `conversation_sid` in the URL.
  - `url` string, uri, nullable
  - `links` object, nullable — Contains absolute URLs to access the [participant](https://www.twilio.com/docs/conversations/api/conversation-participant-resource) and [conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) of this conversation.

---

[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/versions/34913a501fc2/schema)
