Add Participant

Last Updated on : 2023-06-21 07:13:06download

Add participants based on the meeting room reservation ID and participant ID.

API address

PUT: /v2.0/iot-03/meeting-reservations/{reservation_id}/participants

Request parameter

Parameter nameTypeINRequiredDescription
reservation_idStringuritrueThe reservation ID.

Return parameter

Parameter nameTypeDescription
resultBooleanIndicates whether the operation is successful. A value of true indicates success.

Request example

PUT: /v2.0/iot-03/meeting-reservations/1410199870823735xxx/participants
{
  "participant_id": "631"
}

Return example

{
    "result": true,
    "t": 1625052824145,
    "success": true
}

Error code

For more information, see error code.