update_user_assignee
Assign a user to a conversation by providing the conversation UUID and user ID. Updates the conversation's assignee to the specified user.
Instructions
Update User Assignee PUT /api/v1/conversations/{uuid}/assignee/user Tags: Conversations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | (path parameter) | |
| assignee_id | Yes | (body) User ID to assign |