Join Session
JoinSession allows a user to join an active session.
Use this method to indicate that a user has joined a session and is participating in the conversation.
Request: JoinSessionRequest (specify session name and username) Response: JoinSessionResponse (indicates success and session state)
HTTP: POST /v1/conversation/sessions/{name}/join
Path parameters
session
The session id.
Request
This endpoint expects an object.
name
name of the user joining the session.
session
Session is the session object to join.
Response
OK
session
Session is the session object that the user has joined.
Errors
400
Bad Request Error