# Transfer a Conversation **POST /api/conversation/{uuid}/transfer.json** Transfer a conversation to another agent using their user_uuid or email address (only one is required). The specified agent must belong to the same department as the conversation ## Servers - Production: https://application.textline.com (Production) ## Parameters ### Path parameters - **uuid** (string) Identifier of the Conversation to perform action with. ### Body: application/json (object) - **user_uuid** (string) The uuid of the user you want the conversation transferred to - **assignee** (string) The email address of the user you want the conversation transferred to ## Responses ### 200 OK #### Body: application/json (object) - **conversation** (object) - **post** (object) - **group** (object) [Powered by Bump.sh](https://bump.sh)