v2
chat
chat
Session Assign User
Assign an authenticated user to a chat session.
Used (typically post-login) to claim an existing anonymous session as the current authenticated user.
Args: session_id: The identifier for the (previously anonymous) session. user_id: The authenticated user's ID to associate with the session.
Returns: dict: Status of the assignment.
patch/api/chat/sessions/{session_id}/assign-user
Path parameters
session_idstring required
Response
Successful Response
object required