Last Updated on : 2023-06-21 07:12:56download
Participants complete the sign-in for a scheduled meeting.
POST: /v2.0/iot-03/meeting-reservations/{reservation_id}/actions/sign-in
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
reservation_id | String | uri | true | The reservation ID. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
uid | String | true | The user ID. |
Parameter name | Type | Description |
---|---|---|
result | Long | The returned result of sign-in IDs. |
POST: /v2.0/iot-03/meeting-reservations/1410076676288679969/actions/sign-in
{
"uid": "testUid"
}
{
"result": 1410076874062696400,
"t": 1625023499408,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback