v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01302395850.8 KB
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