Room Participants
View a room participant.
get/room_participants/{room_participant_id}
Path parameters
room_participant_idstring uuid required
Example:0ccc7b54-4df3-4bca-a65a-3da1ecc777f0
The unique identifier of a room participant.
Response
Get room participant response.
Example response
{
"data": {
"context": "Alice",
"id": "7b61621f-62e0-4aad-ab11-9fd19e272e73",
"joined_at": "2021-04-16T09:46:20.954863Z",
"left_at": "2021-04-16T10:24:55.962200Z",
"record_type": "room_participant",
"session_id": "7b61621f-5fe4-4aad-ab11-9fd19e272e73",
"updated_at": "2021-04-16T10:24:55.962200Z"
}
}