Last Updated on : 2023-06-21 07:13:06download
Add participants based on the meeting room reservation ID and participant ID.
PUT: /v2.0/iot-03/meeting-reservations/{reservation_id}/participants
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
reservation_id | String | uri | true | The reservation ID. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | Indicates whether the operation is successful. A value of true indicates success. |
PUT: /v2.0/iot-03/meeting-reservations/1410199870823735xxx/participants
{
"participant_id": "631"
}
{
"result": true,
"t": 1625052824145,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback