summaryrefslogtreecommitdiffstats
path: root/docs/participant.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/participant.md')
-rw-r--r--docs/participant.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/participant.md b/docs/participant.md
index 0a1ffdd08..1f7ac066e 100644
--- a/docs/participant.md
+++ b/docs/participant.md
@@ -41,6 +41,16 @@
| `status` | string | v2 | | Optional: Only available with `includeStatus=true`, for users with a set status and when there are less than 100 participants in the conversation |
| `statusIcon` | string | v2 | | Optional: Only available with `includeStatus=true`, for users with a set status and when there are less than 100 participants in the conversation |
| `statusMessage` | string | v2 | | Optional: Only available with `includeStatus=true`, for users with a set status and when there are less than 100 participants in the conversation |
+| `roomToken` | string | v4 | | Optional: Only available with `breakout-rooms-v1` capability |
+
+
+## Get list of participants in a conversation including its breakout rooms
+
+* Required capability: `breakout-rooms-v1`
+* Method: `GET`
+* Endpoint: `/room/{token}/breakout-rooms/participants`
+* Data: See Data in `Get list of participants in a conversations`
+* Response: See Response in `Get list of participants in a conversations`
## Add a participant to a conversation