Skip to main content
POST
Error

Body

application/json
user_id
integer
required

ID of the user joining the room.

Example:

201

Response

Room joined/created successfully.

status
string
Example:

"success"

message
string
Example:

"Operation completed successfully"

room_code
string

The code of the room the user joined or created.

Example:

"Room123ABC"

invite_candidates
integer[]

List of user IDs that are available for invitation if a new room was created.